Shades of Dark Olive Green #57652C
Tints of Dark Olive Green #57652C
RGB
CMYK
RGB Variations
Color information
#57652C (or 0x57652C) is known color: Dark Olive Green. HEX triplet: 57, 65 and 2C. RGB value is (87,101,44). Sum of RGB (Red+Green+Blue) = 87+101+44=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #57652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57652C is #A89AD3. Grayscale: #5A5A5A. Windows color (decimal): -11049684 or 2909527. OLE color: 2909527.
HSL color Cylindrical-coordinate representation of color #57652C: hue angle of 74.74º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57652C is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 101 | 44 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.60 |
| HSL | 74.74º | 0.39% | 0.28% | - |
| HSV(B) | 74.74º | 0.56% | 0.4% | - |
| XYZ | 9.04 | 11.52 | 4.13 | - |
| YUV | 90.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 101 | 44 | 0.14 | 0 | 0.56 | 0.60 | 74.74 | 0.39 | 0.28 |
| Hex | 57 | 65 | 2C | E | 0 | 38 | 3C | 4B | 27 | 1C |
| Octal | 127 | 145 | 54 | 16 | 0 | 70 | 74 | 113 | 47 | 34 |
| Binary | 1010111 | 1100101 | 101100 | 1110 | 0 | 111000 | 111100 | 1001011 | 100111 | 11100 |
Color Harmonies of #57652C
Complementary color
Monochromatic Colors of #57652C
Black with #57652C
Text Example
Text Example
White with #57652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57652C; }
p { color: rgb(87,101,44); }
H1.HeaderClassName
{
color: #57652C;
}
.AnyTagClassName
{
color: #57652C;
}
</style>
background-color css
<style>
a { background-color: #57652C; }
a { background-color: rgb(87,101,44); }
div.DivClassName
{
background-color: #57652C;
}
.BgClassName
{
background-color: #57652C;
}
</style>
border-color css
<style>
span { border-color: #57652C; }
span { border-color: rgb(87,101,44); }
td.TdClassName
{
border-color: #57652C;
}
.TagClassName
{
border-color: #57652C;
}
</style>