#5b8414

Color #5B8414 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #5B8414

Tints of Olive Drab #5B8414

Color information

#5B8414 (or 0x5B8414) is unknown color: approx Olive Drab. HEX triplet: 5B, 84 and 14. RGB value is (91,132,20). Sum of RGB (Red+Green+Blue) = 91+132+20=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #5B8414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8414 is #A47BEB. Grayscale: #6B6B6B. Windows color (decimal): -10779628 or 1344603. OLE color: 1344603.

HSL color Cylindrical-coordinate representation of color #5B8414: hue angle of 81.96º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B8414 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB9113220-
CMYK0.3100.850.48
HSL81.96º73.68%29.8%-
HSV(B)81.96º84.85%51.76%-
XYZ12.6918.783.62-
YUV106.9778.92116.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 37.45%
GREEN value IS 132 (51.95% from 255) = 54.32%
BLUE value IS 20 (8.20% from 255) = 8.23%
R=37.45%
G=54.32%
B=8.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91132200.3100.850.4881.9673.6829.8
Hex5B84141F05530524a1e
Octal133204243701256012211236
Binary1011011100001001010011111010101011100001010010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b8414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5b8414; }

 p { color: rgb(91,132,20); }

 H1.HeaderClassName
 {
   color: #5b8414;
 }
 .AnyTagClassName
 {
   color: #5b8414;
 }
</style>
background-color css

<style>
 a { background-color: #5b8414; }

 a { background-color: rgb(91,132,20); }

 div.DivClassName
 {
   background-color: #5b8414;
 }
 .BgClassName
 {
   background-color: #5b8414;
 }
</style>
border-color css

<style>
 span { border-color: #5b8414; }

 span { border-color: rgb(91,132,20); }

 td.TdClassName
 {
   border-color: #5b8414;
 }
 .TagClassName
 {
   border-color: #5b8414;
 }
</style>