Shades of Dark Olive Green #57732C
Tints of Dark Olive Green #57732C
RGB
CMYK
RGB Variations
Color information
#57732C (or 0x57732C) is known color: Dark Olive Green. HEX triplet: 57, 73 and 2C. RGB value is (87,115,44). Sum of RGB (Red+Green+Blue) = 87+115+44=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #57732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57732C is #A88CD3. Grayscale: #626262. Windows color (decimal): -11046100 or 2913111. OLE color: 2913111.
HSL color Cylindrical-coordinate representation of color #57732C: hue angle of 83.66º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57732C is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 115 | 44 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.55 |
| HSL | 83.66º | 0.45% | 0.31% | - |
| HSV(B) | 83.66º | 0.62% | 0.45% | - |
| XYZ | 10.52 | 14.47 | 4.62 | - |
| YUV | 98.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 44 | 0.24 | 0 | 0.62 | 0.55 | 83.66 | 0.45 | 0.31 |
| Hex | 57 | 73 | 2C | 18 | 0 | 3E | 37 | 54 | 2D | 1F |
| Octal | 127 | 163 | 54 | 30 | 0 | 76 | 67 | 124 | 55 | 37 |
| Binary | 1010111 | 1110011 | 101100 | 11000 | 0 | 111110 | 110111 | 1010100 | 101101 | 11111 |
Color Harmonies of #57732C
Complementary color
Monochromatic Colors of #57732C
Black with #57732C
Text Example
Text Example
White with #57732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57732C; }
p { color: rgb(87,115,44); }
H1.HeaderClassName
{
color: #57732C;
}
.AnyTagClassName
{
color: #57732C;
}
</style>
background-color css
<style>
a { background-color: #57732C; }
a { background-color: rgb(87,115,44); }
div.DivClassName
{
background-color: #57732C;
}
.BgClassName
{
background-color: #57732C;
}
</style>
border-color css
<style>
span { border-color: #57732C; }
span { border-color: rgb(87,115,44); }
td.TdClassName
{
border-color: #57732C;
}
.TagClassName
{
border-color: #57732C;
}
</style>