Shades of Dark Olive Green #57642E
Tints of Dark Olive Green #57642E
RGB
CMYK
RGB Variations
Color information
#57642E (or 0x57642E) is known color: Dark Olive Green. HEX triplet: 57, 64 and 2E. RGB value is (87,100,46). Sum of RGB (Red+Green+Blue) = 87+100+46=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #57642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57642E is #A89BD1. Grayscale: #5A5A5A. Windows color (decimal): -11049938 or 3040343. OLE color: 3040343.
HSL color Cylindrical-coordinate representation of color #57642E: hue angle of 74.44º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57642E is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 100 | 46 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.61 |
| HSL | 74.44º | 0.37% | 0.29% | - |
| HSV(B) | 74.44º | 0.54% | 0.39% | - |
| XYZ | 8.98 | 11.34 | 4.3 | - |
| YUV | 89.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 100 | 46 | 0.13 | 0 | 0.54 | 0.61 | 74.44 | 0.37 | 0.29 |
| Hex | 57 | 64 | 2E | D | 0 | 36 | 3D | 4A | 25 | 1D |
| Octal | 127 | 144 | 56 | 15 | 0 | 66 | 75 | 112 | 45 | 35 |
| Binary | 1010111 | 1100100 | 101110 | 1101 | 0 | 110110 | 111101 | 1001010 | 100101 | 11101 |
Color Harmonies of #57642E
Complementary color
Monochromatic Colors of #57642E
Black with #57642E
Text Example
Text Example
White with #57642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57642E; }
p { color: rgb(87,100,46); }
H1.HeaderClassName
{
color: #57642E;
}
.AnyTagClassName
{
color: #57642E;
}
</style>
background-color css
<style>
a { background-color: #57642E; }
a { background-color: rgb(87,100,46); }
div.DivClassName
{
background-color: #57642E;
}
.BgClassName
{
background-color: #57642E;
}
</style>
border-color css
<style>
span { border-color: #57642E; }
span { border-color: rgb(87,100,46); }
td.TdClassName
{
border-color: #57642E;
}
.TagClassName
{
border-color: #57642E;
}
</style>