Shades of Dark Olive Green #556926
Tints of Dark Olive Green #556926
RGB
CMYK
RGB Variations
Color information
#556926 (or 0x556926) is known color: Dark Olive Green. HEX triplet: 55, 69 and 26. RGB value is (85,105,38). Sum of RGB (Red+Green+Blue) = 85+105+38=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #556926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556926 is #AA96D9. Grayscale: #5B5B5B. Windows color (decimal): -11179738 or 2517333. OLE color: 2517333.
HSL color Cylindrical-coordinate representation of color #556926: hue angle of 77.91º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556926 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 38 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.59 |
| HSL | 77.91º | 0.47% | 0.28% | - |
| HSV(B) | 77.91º | 0.64% | 0.41% | - |
| XYZ | 9.15 | 12.17 | 3.7 | - |
| YUV | 91.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 38 | 0.19 | 0 | 0.64 | 0.59 | 77.91 | 0.47 | 0.28 |
| Hex | 55 | 69 | 26 | 13 | 0 | 40 | 3B | 4E | 2F | 1C |
| Octal | 125 | 151 | 46 | 23 | 0 | 100 | 73 | 116 | 57 | 34 |
| Binary | 1010101 | 1101001 | 100110 | 10011 | 0 | 1000000 | 111011 | 1001110 | 101111 | 11100 |
Color Harmonies of #556926
Complementary color
Monochromatic Colors of #556926
Black with #556926
Text Example
Text Example
White with #556926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556926; }
p { color: rgb(85,105,38); }
H1.HeaderClassName
{
color: #556926;
}
.AnyTagClassName
{
color: #556926;
}
</style>
background-color css
<style>
a { background-color: #556926; }
a { background-color: rgb(85,105,38); }
div.DivClassName
{
background-color: #556926;
}
.BgClassName
{
background-color: #556926;
}
</style>
border-color css
<style>
span { border-color: #556926; }
span { border-color: rgb(85,105,38); }
td.TdClassName
{
border-color: #556926;
}
.TagClassName
{
border-color: #556926;
}
</style>