Shades of Dark Olive Green #556C23
Tints of Dark Olive Green #556C23
RGB
CMYK
RGB Variations
Color information
#556C23 (or 0x556C23) is known color: Dark Olive Green. HEX triplet: 55, 6C and 23. RGB value is (85,108,35). Sum of RGB (Red+Green+Blue) = 85+108+35=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #556C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556C23 is #AA93DC. Grayscale: #5D5D5D. Windows color (decimal): -11178973 or 2321493. OLE color: 2321493.
HSL color Cylindrical-coordinate representation of color #556C23: hue angle of 78.9º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #556C23 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 108 | 35 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.58 |
| HSL | 78.9º | 0.51% | 0.28% | - |
| HSV(B) | 78.9º | 0.68% | 0.42% | - |
| XYZ | 9.41 | 12.78 | 3.56 | - |
| YUV | 92.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 35 | 0.21 | 0 | 0.68 | 0.58 | 78.9 | 0.51 | 0.28 |
| Hex | 55 | 6C | 23 | 15 | 0 | 44 | 3A | 4F | 33 | 1C |
| Octal | 125 | 154 | 43 | 25 | 0 | 104 | 72 | 117 | 63 | 34 |
| Binary | 1010101 | 1101100 | 100011 | 10101 | 0 | 1000100 | 111010 | 1001111 | 110011 | 11100 |
Color Harmonies of #556C23
Complementary color
Monochromatic Colors of #556C23
Black with #556C23
Text Example
Text Example
White with #556C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C23; }
p { color: rgb(85,108,35); }
H1.HeaderClassName
{
color: #556C23;
}
.AnyTagClassName
{
color: #556C23;
}
</style>
background-color css
<style>
a { background-color: #556C23; }
a { background-color: rgb(85,108,35); }
div.DivClassName
{
background-color: #556C23;
}
.BgClassName
{
background-color: #556C23;
}
</style>
border-color css
<style>
span { border-color: #556C23; }
span { border-color: rgb(85,108,35); }
td.TdClassName
{
border-color: #556C23;
}
.TagClassName
{
border-color: #556C23;
}
</style>