Color Hex Logo

#359816 Color Hex

#359816
(53,152,22)
0 Favorites   0 Comments

Color spaces of #359816

RGB 5315222
HSL0.290.750.34
HSV106°86°60°
CMYK 0.650.000.86   0.40
XYZ12.841323.27134.5741
Yxy23.27130.31560.5720
Hunter Lab48.2403-36.904928.1464
CIE-Lab55.3507-50.983453.4928

#359816 color RGB value is (53,152,22).

#359816 hex color red value is 53, green value is 152 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #359816 hue: 0.29 , saturation: 0.75 and the lightness value of 359816 is 0.34.

The process color (four color CMYK) of #359816 color hex is 0.65, 0.00, 0.86, 0.40. Web safe color of #359816 is #339900. Color #359816 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011000 00010110
Octal 65 230 26
Decimal 53 152 22
Hex 35 98 16

RGB Percentages of Color #359816

%23.35
%66.96
%9.69

CMYK Percentages of Color #359816

%65
%0
%86
%40

Triadic Colors of #359816

#359816 #163598 #981635

Analogous Colors of #359816

#359816 #169838 #769816

Monochromatic Colors of #359816

#359816

Complementary Color

#359816 #791698

#359816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359816 Color CSS Codes

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

#359816 Text Font Color

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

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


#359816 Background Color

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

This div background color is #359816


#359816 Border Color

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

This div border color is #359816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359816


Comments

No comments written yet.

Please login to write comment.