Shades of Dark Olive Green #556B24
Tints of Dark Olive Green #556B24
RGB
CMYK
RGB Variations
Color information
#556B24 (or 0x556B24) is known color: Dark Olive Green. HEX triplet: 55, 6B and 24. RGB value is (85,107,36). Sum of RGB (Red+Green+Blue) = 85+107+36=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #556B24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B24 is #AA94DB. Grayscale: #5C5C5C. Windows color (decimal): -11179228 or 2386773. OLE color: 2386773.
HSL color Cylindrical-coordinate representation of color #556B24: hue angle of 78.59º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #556B24 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 107 | 36 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.58 |
| HSL | 78.59º | 0.5% | 0.28% | - |
| HSV(B) | 78.59º | 0.66% | 0.42% | - |
| XYZ | 9.32 | 12.57 | 3.6 | - |
| YUV | 92.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 36 | 0.21 | 0 | 0.66 | 0.58 | 78.59 | 0.5 | 0.28 |
| Hex | 55 | 6B | 24 | 15 | 0 | 42 | 3A | 4F | 32 | 1C |
| Octal | 125 | 153 | 44 | 25 | 0 | 102 | 72 | 117 | 62 | 34 |
| Binary | 1010101 | 1101011 | 100100 | 10101 | 0 | 1000010 | 111010 | 1001111 | 110010 | 11100 |
Color Harmonies of #556B24
Complementary color
Monochromatic Colors of #556B24
Black with #556B24
Text Example
Text Example
White with #556B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556B24; }
p { color: rgb(85,107,36); }
H1.HeaderClassName
{
color: #556B24;
}
.AnyTagClassName
{
color: #556B24;
}
</style>
background-color css
<style>
a { background-color: #556B24; }
a { background-color: rgb(85,107,36); }
div.DivClassName
{
background-color: #556B24;
}
.BgClassName
{
background-color: #556B24;
}
</style>
border-color css
<style>
span { border-color: #556B24; }
span { border-color: rgb(85,107,36); }
td.TdClassName
{
border-color: #556B24;
}
.TagClassName
{
border-color: #556B24;
}
</style>