#556B32

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

Shades of Dark Olive Green #556B32

Tints of Dark Olive Green #556B32

Color information

#556B32 (or 0x556B32) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6B and 32. RGB value is (85,107,50). Sum of RGB (Red+Green+Blue) = 85+107+50=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #556B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B32 is #AA94CD. Grayscale: #5E5E5E. Windows color (decimal): -11179214 or 3304277. OLE color: 3304277.

HSL color Cylindrical-coordinate representation of color #556B32: hue angle of 83.16º 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 #556B32 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB8510750-
CMYK0.2100.530.58
HSL83.16º36.31%30.78%-
HSV(B)83.16º53.27%41.96%-
XYZ9.5812.684.96-
YUV93.92103.21121.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 107 (42.19% from 255) = 44.21%
BLUE value IS 50 (19.92% from 255) = 20.66%
R=35.12%
G=44.21%
B=20.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107500.2100.530.5883.1636.3130.78
Hex556B32150353A53241f
Octal1251536225065721234437
Binary10101011101011110010101010110101111010101001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556B32; }

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

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

<style>
 a { background-color: #556B32; }

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

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

<style>
 span { border-color: #556B32; }

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

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