#556A32

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

Shades of Dark Olive Green #556A32

Tints of Dark Olive Green #556A32

Color information

#556A32 (or 0x556A32) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6A and 32. RGB value is (85,106,50). Sum of RGB (Red+Green+Blue) = 85+106+50=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #556A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556A32 is #AA95CD. Grayscale: #5D5D5D. Windows color (decimal): -11179470 or 3304021. OLE color: 3304021.

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

Color convert

RGB8510650-
CMYK0.2000.530.58
HSL82.5º35.9%30.59%-
HSV(B)82.5º52.83%41.57%-
XYZ9.4812.474.93-
YUV93.34103.54122.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=35.27%
G=43.98%
B=20.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85106500.2000.530.5882.535.930.59
Hex556A32140353A52241f
Octal1251526224065721224437
Binary10101011101010110010101000110101111010101001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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