Color Hex Logo

#349628 Color Hex

#349628
(52,150,40)
0 Favorites   0 Comments

Color spaces of #349628

RGB 5215040
HSL0.320.580.37
HSV113°73°59°
CMYK 0.650.000.73   0.41
XYZ12.705522.69605.7186
Yxy22.69600.30900.5519
Hunter Lab47.6403-35.765326.2312
CIE-Lab54.7578-49.335547.0977

#349628 color RGB value is (52,150,40).

#349628 hex color red value is 52, green value is 150 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #349628 hue: 0.32 , saturation: 0.58 and the lightness value of 349628 is 0.37.

The process color (four color CMYK) of #349628 color hex is 0.65, 0.00, 0.73, 0.41. Web safe color of #349628 is #339933. Color #349628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010110 00101000
Octal 64 226 50
Decimal 52 150 40
Hex 34 96 28

RGB Percentages of Color #349628

%21.49
%61.98
%16.53

CMYK Percentages of Color #349628

%65
%0
%73
%41

Triadic Colors of #349628

#349628 #283496 #962834

Analogous Colors of #349628

#349628 #289653 #6b9628

Monochromatic Colors of #349628

#349628

Complementary Color

#349628 #8a2896

#349628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#349628 Color CSS Codes

.mybgcolor {background-color:#349628; } 
.myforecolor {color:#349628; }
.mybordercolor {border:3px solid #349628; }

#349628 Text Font Color

<p style="color:#349628">Text here</p>

This sample text font color is #349628
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#349628 Background Color

<div style="background-color:#349628">
Div content here</div>

This div background color is #349628


#349628 Border Color

<div style="border:3px solid #349628">
Div here</div>

This div border color is #349628


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,150,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #349628; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #349628;
  -webkit-box-shadow: 1px 1px 3px 2px #349628;
  box-shadow:         1px 1px 3px 2px #349628; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,150,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #349628">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #349628;
  -webkit-box-shadow: 1px 1px 3px 2px #349628;
  box-shadow:         1px 1px 3px 2px #349628;">
Div content here</div>

This div box has shadow with color #349628


Comments

No comments written yet.

Please login to write comment.