Color Hex Logo

#5b9142 Color Hex

#5B9142
(91,145,66)
0 Favorites   0 Comments

Color spaces of #5b9142

RGB 9114566
HSL0.280.370.41
HSV101°54°57°
CMYK 0.370.000.54   0.43
XYZ15.423222.86838.7554
Yxy22.86830.32780.4861
Hunter Lab47.8208-26.116522.6193
CIE-Lab54.9364-33.041535.9794

#5b9142 color RGB value is (91,145,66).

#5b9142 hex color red value is 91, green value is 145 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #5b9142 hue: 0.28 , saturation: 0.37 and the lightness value of 5b9142 is 0.41.

The process color (four color CMYK) of #5b9142 color hex is 0.37, 0.00, 0.54, 0.43. Web safe color of #5b9142 is #669933. Color #5b9142 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10010001 01000010
Octal 133 221 102
Decimal 91 145 66
Hex 5B 91 42

RGB Percentages of Color #5b9142

%30.13
%48.01
%21.85

CMYK Percentages of Color #5b9142

%37
%0
%54
%43

Triadic Colors of #5b9142

#5b9142 #425b91 #91425b

Analogous Colors of #5b9142

#5b9142 #429151 #839142

Monochromatic Colors of #5b9142

#5b9142

Complementary Color

#5b9142 #784291

#5b9142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b9142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b9142 Color CSS Codes

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

#5b9142 Text Font Color

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

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


#5b9142 Background Color

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

This div background color is #5b9142


#5b9142 Border Color

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

This div border color is #5b9142


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,145,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b9142; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b9142;
  -webkit-box-shadow: 1px 1px 3px 2px #5b9142;
  box-shadow:         1px 1px 3px 2px #5b9142; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,145,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b9142


Comments

No comments written yet.

Please login to write comment.