Shades of Dark Olive Green #556434
Tints of Dark Olive Green #556434
RGB
CMYK
RGB Variations
Color information
#556434 (or 0x556434) is known color: Dark Olive Green. HEX triplet: 55, 64 and 34. RGB value is (85,100,52). Sum of RGB (Red+Green+Blue) = 85+100+52=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #556434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556434 is #AA9BCB. Grayscale: #5A5A5A. Windows color (decimal): -11181004 or 3433557. OLE color: 3433557.
HSL color Cylindrical-coordinate representation of color #556434: hue angle of 78.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556434 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 52 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.61 |
| HSL | 78.75º | 0.32% | 0.3% | - |
| HSV(B) | 78.75º | 0.48% | 0.39% | - |
| XYZ | 8.92 | 11.29 | 4.96 | - |
| YUV | 90.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 52 | 0.15 | 0 | 0.48 | 0.61 | 78.75 | 0.32 | 0.3 |
| Hex | 55 | 64 | 34 | F | 0 | 30 | 3D | 4F | 20 | 1E |
| Octal | 125 | 144 | 64 | 17 | 0 | 60 | 75 | 117 | 40 | 36 |
| Binary | 1010101 | 1100100 | 110100 | 1111 | 0 | 110000 | 111101 | 1001111 | 100000 | 11110 |
Color Harmonies of #556434
Complementary color
Monochromatic Colors of #556434
Black with #556434
Text Example
Text Example
White with #556434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556434; }
p { color: rgb(85,100,52); }
H1.HeaderClassName
{
color: #556434;
}
.AnyTagClassName
{
color: #556434;
}
</style>
background-color css
<style>
a { background-color: #556434; }
a { background-color: rgb(85,100,52); }
div.DivClassName
{
background-color: #556434;
}
.BgClassName
{
background-color: #556434;
}
</style>
border-color css
<style>
span { border-color: #556434; }
span { border-color: rgb(85,100,52); }
td.TdClassName
{
border-color: #556434;
}
.TagClassName
{
border-color: #556434;
}
</style>