Color Hex Logo

#35992a Color Hex

#35992A
(53,153,42)
0 Favorites   0 Comments

Color spaces of #35992a

RGB 5315342
HSL0.320.570.38
HSV114°73°60°
CMYK 0.650.000.73   0.40
XYZ13.277323.70656.0665
Yxy23.70650.30840.5507
Hunter Lab48.6893-36.530426.6952
CIE-Lab55.7927-50.017347.3930

#35992a color RGB value is (53,153,42).

#35992a hex color red value is 53, green value is 153 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #35992a hue: 0.32 , saturation: 0.57 and the lightness value of 35992a is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011001 00101010
Octal 65 231 52
Decimal 53 153 42
Hex 35 99 2A

RGB Percentages of Color #35992a

%21.37
%61.69
%16.94

CMYK Percentages of Color #35992a

%65
%0
%73
%40

Triadic Colors of #35992a

#35992a #2a3599 #992a35

Analogous Colors of #35992a

#35992a #2a9956 #6d992a

Monochromatic Colors of #35992a

#35992a

Complementary Color

#35992a #8e2a99

#35992a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35992a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35992a Color CSS Codes

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

#35992a Text Font Color

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

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


#35992a Background Color

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

This div background color is #35992a


#35992a Border Color

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

This div border color is #35992a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35992a


Comments

No comments written yet.

Please login to write comment.