#5B6B32

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

Shades of Dark Olive Green #5B6B32

Tints of Dark Olive Green #5B6B32

Color information

#5B6B32 (or 0x5B6B32) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 6B and 32. RGB value is (91,107,50). Sum of RGB (Red+Green+Blue) = 91+107+50=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6B32 is #A494CD. Grayscale: #5F5F5F. Windows color (decimal): -10785998 or 3304283. OLE color: 3304283.

HSL color Cylindrical-coordinate representation of color #5B6B32: hue angle of 76.84º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B6B32 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB9110750-
CMYK0.1500.530.58
HSL76.84º36.31%30.78%-
HSV(B)76.84º53.27%41.96%-
XYZ10.1512.974.99-
YUV95.72102.2124.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.69%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=36.69%
G=43.15%
B=20.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91107500.1500.530.5876.8436.3130.78
Hex5B6B32F0353A4d241f
Octal1331536217065721154437
Binary1011011110101111001011110110101111010100110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,107,50); }

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

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

 a { background-color: rgb(91,107,50); }

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

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

 span { border-color: rgb(91,107,50); }

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