Color Hex Logo

#359606 Color Hex

#359606
(53,150,6)
0 Favorites   0 Comments

Color spaces of #359606

RGB 531506
HSL0.280.920.31
HSV100°96°59°
CMYK 0.650.000.96   0.41
XYZ12.407422.58273.8773
Yxy22.58270.31920.5810
Hunter Lab47.5213-36.557428.4274
CIE-Lab54.6399-50.842455.9938

#359606 color RGB value is (53,150,6).

#359606 hex color red value is 53, green value is 150 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #359606 hue: 0.28 , saturation: 0.92 and the lightness value of 359606 is 0.31.

The process color (four color CMYK) of #359606 color hex is 0.65, 0.00, 0.96, 0.41. Web safe color of #359606 is #339900. Color #359606 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010110 00000110
Octal 65 226 6
Decimal 53 150 6
Hex 35 96 6

RGB Percentages of Color #359606

%25.36
%71.77
%2.87

CMYK Percentages of Color #359606

%65
%0
%96
%41

Triadic Colors of #359606

#359606 #063596 #960635

Analogous Colors of #359606

#359606 #06961f #7d9606

Monochromatic Colors of #359606

#359606

Complementary Color

#359606 #670696

#359606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359606 Color CSS Codes

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

#359606 Text Font Color

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

This sample text font color is #359606
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.


#359606 Background Color

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

This div background color is #359606


#359606 Border Color

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

This div border color is #359606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359606


Comments

No comments written yet.

Please login to write comment.