Shades of Dark Olive Green #556536
Tints of Dark Olive Green #556536
RGB
CMYK
RGB Variations
Color information
#556536 (or 0x556536) is known color: Dark Olive Green. HEX triplet: 55, 65 and 36. RGB value is (85,101,54). Sum of RGB (Red+Green+Blue) = 85+101+54=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #556536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556536 is #AA9AC9. Grayscale: #5B5B5B. Windows color (decimal): -11180746 or 3564885. OLE color: 3564885.
HSL color Cylindrical-coordinate representation of color #556536: hue angle of 80.43º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #556536 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 54 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.60 |
| HSL | 80.43º | 0.3% | 0.3% | - |
| HSV(B) | 80.43º | 0.47% | 0.4% | - |
| XYZ | 9.07 | 11.51 | 5.23 | - |
| YUV | 90.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 54 | 0.16 | 0 | 0.47 | 0.60 | 80.43 | 0.3 | 0.3 |
| Hex | 55 | 65 | 36 | 10 | 0 | 2F | 3C | 50 | 1E | 1E |
| Octal | 125 | 145 | 66 | 20 | 0 | 57 | 74 | 120 | 36 | 36 |
| Binary | 1010101 | 1100101 | 110110 | 10000 | 0 | 101111 | 111100 | 1010000 | 11110 | 11110 |
Color Harmonies of #556536
Complementary color
Monochromatic Colors of #556536
Black with #556536
Text Example
Text Example
White with #556536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556536; }
p { color: rgb(85,101,54); }
H1.HeaderClassName
{
color: #556536;
}
.AnyTagClassName
{
color: #556536;
}
</style>
background-color css
<style>
a { background-color: #556536; }
a { background-color: rgb(85,101,54); }
div.DivClassName
{
background-color: #556536;
}
.BgClassName
{
background-color: #556536;
}
</style>
border-color css
<style>
span { border-color: #556536; }
span { border-color: rgb(85,101,54); }
td.TdClassName
{
border-color: #556536;
}
.TagClassName
{
border-color: #556536;
}
</style>