Shades of Dark Olive Green #556938
Tints of Dark Olive Green #556938
RGB
CMYK
RGB Variations
Color information
#556938 (or 0x556938) is known color: Dark Olive Green. HEX triplet: 55, 69 and 38. RGB value is (85,105,56). Sum of RGB (Red+Green+Blue) = 85+105+56=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #556938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556938 is #AA96C7. Grayscale: #5D5D5D. Windows color (decimal): -11179720 or 3696981. OLE color: 3696981.
HSL color Cylindrical-coordinate representation of color #556938: hue angle of 84.49º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #556938 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 56 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.59 |
| HSL | 84.49º | 0.3% | 0.32% | - |
| HSV(B) | 84.49º | 0.47% | 0.41% | - |
| XYZ | 9.51 | 12.32 | 5.62 | - |
| YUV | 93.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 56 | 0.19 | 0 | 0.47 | 0.59 | 84.49 | 0.3 | 0.32 |
| Hex | 55 | 69 | 38 | 13 | 0 | 2F | 3B | 54 | 1E | 20 |
| Octal | 125 | 151 | 70 | 23 | 0 | 57 | 73 | 124 | 36 | 40 |
| Binary | 1010101 | 1101001 | 111000 | 10011 | 0 | 101111 | 111011 | 1010100 | 11110 | 100000 |
Color Harmonies of #556938
Complementary color
Monochromatic Colors of #556938
Black with #556938
Text Example
Text Example
White with #556938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556938; }
p { color: rgb(85,105,56); }
H1.HeaderClassName
{
color: #556938;
}
.AnyTagClassName
{
color: #556938;
}
</style>
background-color css
<style>
a { background-color: #556938; }
a { background-color: rgb(85,105,56); }
div.DivClassName
{
background-color: #556938;
}
.BgClassName
{
background-color: #556938;
}
</style>
border-color css
<style>
span { border-color: #556938; }
span { border-color: rgb(85,105,56); }
td.TdClassName
{
border-color: #556938;
}
.TagClassName
{
border-color: #556938;
}
</style>