#556437

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

Shades of Dark Olive Green #556437

Tints of Dark Olive Green #556437

Color information

#556437 (or 0x556437) is unknown color: approx Dark Olive Green. HEX triplet: 55, 64 and 37. RGB value is (85,100,55). Sum of RGB (Red+Green+Blue) = 85+100+55=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #556437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556437 is #AA9BC8. Grayscale: #5A5A5A. Windows color (decimal): -11181001 or 3630165. OLE color: 3630165.

HSL color Cylindrical-coordinate representation of color #556437: hue angle of 80º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #556437 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB8510055-
CMYK0.1500.450.61
HSL80º29.03%30.39%-
HSV(B)80º45%39.22%-
XYZ8.9911.325.33-
YUV90.38108.03124.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=35.42%
G=41.67%
B=22.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100550.1500.450.618029.0330.39
Hex556437F02D3D501d1e
Octal1251446717055751203536
Binary101010111001001101111111010110111110110100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556437; }

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

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

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

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

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

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

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

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