#556137

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

Shades of Dark Olive Green #556137

Tints of Dark Olive Green #556137

Color information

#556137 (or 0x556137) is unknown color: approx Dark Olive Green. HEX triplet: 55, 61 and 37. RGB value is (85,97,55). Sum of RGB (Red+Green+Blue) = 85+97+55=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #556137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556137 is #AA9EC8. Grayscale: #585858. Windows color (decimal): -11181769 or 3629397. OLE color: 3629397.

HSL color Cylindrical-coordinate representation of color #556137: hue angle of 77.14º degrees, saturation: 0.28, 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 #556137 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB859755-
CMYK0.1200.430.62
HSL77.14º27.63%29.8%-
HSV(B)77.14º43.3%38.04%-
XYZ8.7110.765.23-
YUV88.62109.02125.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 55 (21.88% from 255) = 23.21%
R=35.86%
G=40.93%
B=23.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597550.1200.430.6277.1427.6329.8
Hex556137C02B3E4d1c1e
Octal1251416714053761153436
Binary101010111000011101111100010101111111010011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556137; }

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

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

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

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

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

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

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

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