Color Hex Logo

#355e3b Color Hex Hunter Green

#355E3B
(53,94,59)
9 Favorites   0 Comments

Color spaces of #355e3b Hunter Green

RGB 539459
HSL0.360.280.29
HSV129°44°37°
CMYK 0.440.000.37   0.63
XYZ6.26039.07815.5600
Yxy9.07810.29960.4344
Hunter Lab30.1299-15.639110.1499
CIE-Lab36.1342-22.792115.6870

#355e3b color RGB value is (53,94,59). #355e3b color name is Hunter Green color.

#355e3b hex color red value is 53, green value is 94 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #355e3b hue: 0.36 , saturation: 0.28 and the lightness value of 355e3b is 0.29.

The process color (four color CMYK) of #355e3b color hex is 0.44, 0.00, 0.37, 0.63. Web safe color of #355e3b is #336633. Color #355e3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011110 00111011
Octal 65 136 73
Decimal 53 94 59
Hex 35 5E 3B

RGB Percentages of Color #355e3b

%25.73
%45.63
%28.64

CMYK Percentages of Color #355e3b

%44
%0
%37
%63

Triadic Colors of #355e3b

#355e3b #3b355e #5e3b35

Analogous Colors of #355e3b

#355e3b #355e50 #445e35

Monochromatic Colors of #355e3b

#355e3b

Complementary Color

#355e3b #5e3558

#355e3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355e3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#355e3b Color CSS Codes

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

#355e3b Text Font Color

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

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


#355e3b Background Color

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

This div background color is #355e3b


#355e3b Border Color

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

This div border color is #355e3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,94,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #355e3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #355e3b;
  -webkit-box-shadow: 1px 1px 3px 2px #355e3b;
  box-shadow:         1px 1px 3px 2px #355e3b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355e3b


Comments

No comments written yet.

Please login to write comment.