#556037

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

Shades of Dark Olive Green #556037

Tints of Dark Olive Green #556037

Color information

#556037 (or 0x556037) is unknown color: approx Dark Olive Green. HEX triplet: 55, 60 and 37. RGB value is (85,96,55). Sum of RGB (Red+Green+Blue) = 85+96+55=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #556037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556037 is #AA9FC8. Grayscale: #585858. Windows color (decimal): -11182025 or 3629141. OLE color: 3629141.

HSL color Cylindrical-coordinate representation of color #556037: hue angle of 76.1º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #556037 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB859655-
CMYK0.1100.430.62
HSL76.1º27.15%29.61%-
HSV(B)76.1º42.71%37.65%-
XYZ8.6210.575.2-
YUV88.04109.36125.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 55 (21.88% from 255) = 23.31%
R=36.02%
G=40.68%
B=23.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596550.1100.430.6276.127.1529.61
Hex556037B02B3E4c1b1e
Octal1251406713053761143336
Binary101010111000001101111011010101111111010011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556037; }

 p { color: rgb(85,96,55); }

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

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

 a { background-color: rgb(85,96,55); }

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

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

 span { border-color: rgb(85,96,55); }

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