Shades of Dark Olive Green #556936
Tints of Dark Olive Green #556936
RGB
CMYK
RGB Variations
Color information
#556936 (or 0x556936) is known color: Dark Olive Green. HEX triplet: 55, 69 and 36. RGB value is (85,105,54). Sum of RGB (Red+Green+Blue) = 85+105+54=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #556936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556936 is #AA96C9. Grayscale: #5D5D5D. Windows color (decimal): -11179722 or 3565909. OLE color: 3565909.
HSL color Cylindrical-coordinate representation of color #556936: hue angle of 83.53º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #556936 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 54 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.59 |
| HSL | 83.53º | 0.32% | 0.31% | - |
| HSV(B) | 83.53º | 0.49% | 0.41% | - |
| XYZ | 9.46 | 12.3 | 5.37 | - |
| YUV | 93.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 54 | 0.19 | 0 | 0.49 | 0.59 | 83.53 | 0.32 | 0.31 |
| Hex | 55 | 69 | 36 | 13 | 0 | 31 | 3B | 54 | 20 | 1F |
| Octal | 125 | 151 | 66 | 23 | 0 | 61 | 73 | 124 | 40 | 37 |
| Binary | 1010101 | 1101001 | 110110 | 10011 | 0 | 110001 | 111011 | 1010100 | 100000 | 11111 |
Color Harmonies of #556936
Complementary color
Monochromatic Colors of #556936
Black with #556936
Text Example
Text Example
White with #556936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556936; }
p { color: rgb(85,105,54); }
H1.HeaderClassName
{
color: #556936;
}
.AnyTagClassName
{
color: #556936;
}
</style>
background-color css
<style>
a { background-color: #556936; }
a { background-color: rgb(85,105,54); }
div.DivClassName
{
background-color: #556936;
}
.BgClassName
{
background-color: #556936;
}
</style>
border-color css
<style>
span { border-color: #556936; }
span { border-color: rgb(85,105,54); }
td.TdClassName
{
border-color: #556936;
}
.TagClassName
{
border-color: #556936;
}
</style>