Color Hex Logo

#359922 Color Hex

#359922
(53,153,34)
0 Favorites   0 Comments

Color spaces of #359922

RGB 5315334
HSL0.310.640.37
HSV110°78°60°
CMYK 0.650.000.78   0.40
XYZ13.148223.65485.3862
Yxy23.65480.31160.5607
Hunter Lab48.6362-36.858127.4793
CIE-Lab55.7405-50.635850.2723

#359922 color RGB value is (53,153,34).

#359922 hex color red value is 53, green value is 153 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #359922 hue: 0.31 , saturation: 0.64 and the lightness value of 359922 is 0.37.

The process color (four color CMYK) of #359922 color hex is 0.65, 0.00, 0.78, 0.40. Web safe color of #359922 is #339933. Color #359922 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011001 00100010
Octal 65 231 42
Decimal 53 153 34
Hex 35 99 22

RGB Percentages of Color #359922

%22.08
%63.75
%14.17

CMYK Percentages of Color #359922

%65
%0
%78
%40

Triadic Colors of #359922

#359922 #223599 #992235

Analogous Colors of #359922

#359922 #22994a #719922

Monochromatic Colors of #359922

#359922

Complementary Color

#359922 #862299

#359922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359922 Color CSS Codes

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

#359922 Text Font Color

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

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


#359922 Background Color

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

This div background color is #359922


#359922 Border Color

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

This div border color is #359922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359922


Comments

No comments written yet.

Please login to write comment.