Shades of Dark Olive Green #56642C
Tints of Dark Olive Green #56642C
RGB
CMYK
RGB Variations
Color information
#56642C (or 0x56642C) is known color: Dark Olive Green. HEX triplet: 56, 64 and 2C. RGB value is (86,100,44). Sum of RGB (Red+Green+Blue) = 86+100+44=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 100 - color contains mainly: green. Hex color #56642C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56642C is #A99BD3. Grayscale: #595959. Windows color (decimal): -11115476 or 2909270. OLE color: 2909270.
HSL color Cylindrical-coordinate representation of color #56642C: hue angle of 75º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56642C is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 100 | 44 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.61 |
| HSL | 75º | 0.39% | 0.28% | - |
| HSV(B) | 75º | 0.56% | 0.39% | - |
| XYZ | 8.85 | 11.27 | 4.09 | - |
| YUV | 89.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 100 | 44 | 0.14 | 0 | 0.56 | 0.61 | 75 | 0.39 | 0.28 |
| Hex | 56 | 64 | 2C | E | 0 | 38 | 3D | 4B | 27 | 1C |
| Octal | 126 | 144 | 54 | 16 | 0 | 70 | 75 | 113 | 47 | 34 |
| Binary | 1010110 | 1100100 | 101100 | 1110 | 0 | 111000 | 111101 | 1001011 | 100111 | 11100 |
Color Harmonies of #56642C
Complementary color
Monochromatic Colors of #56642C
Black with #56642C
Text Example
Text Example
White with #56642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56642C; }
p { color: rgb(86,100,44); }
H1.HeaderClassName
{
color: #56642C;
}
.AnyTagClassName
{
color: #56642C;
}
</style>
background-color css
<style>
a { background-color: #56642C; }
a { background-color: rgb(86,100,44); }
div.DivClassName
{
background-color: #56642C;
}
.BgClassName
{
background-color: #56642C;
}
</style>
border-color css
<style>
span { border-color: #56642C; }
span { border-color: rgb(86,100,44); }
td.TdClassName
{
border-color: #56642C;
}
.TagClassName
{
border-color: #56642C;
}
</style>