Shades of Dark Olive Green #57732D
Tints of Dark Olive Green #57732D
RGB
CMYK
RGB Variations
Color information
#57732D (or 0x57732D) is known color: Dark Olive Green. HEX triplet: 57, 73 and 2D. RGB value is (87,115,45). Sum of RGB (Red+Green+Blue) = 87+115+45=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #57732D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57732D is #A88CD2. Grayscale: #626262. Windows color (decimal): -11046099 or 2978647. OLE color: 2978647.
HSL color Cylindrical-coordinate representation of color #57732D: hue angle of 84º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57732D is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 115 | 45 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.55 |
| HSL | 84º | 0.44% | 0.31% | - |
| HSV(B) | 84º | 0.61% | 0.45% | - |
| XYZ | 10.53 | 14.48 | 4.72 | - |
| YUV | 98.65 | 97.72 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 45 | 0.24 | 0 | 0.61 | 0.55 | 84 | 0.44 | 0.31 |
| Hex | 57 | 73 | 2D | 18 | 0 | 3D | 37 | 54 | 2C | 1F |
| Octal | 127 | 163 | 55 | 30 | 0 | 75 | 67 | 124 | 54 | 37 |
| Binary | 1010111 | 1110011 | 101101 | 11000 | 0 | 111101 | 110111 | 1010100 | 101100 | 11111 |
Color Harmonies of #57732D
Complementary color
Monochromatic Colors of #57732D
Black with #57732D
Text Example
Text Example
White with #57732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57732D; }
p { color: rgb(87,115,45); }
H1.HeaderClassName
{
color: #57732D;
}
.AnyTagClassName
{
color: #57732D;
}
</style>
background-color css
<style>
a { background-color: #57732D; }
a { background-color: rgb(87,115,45); }
div.DivClassName
{
background-color: #57732D;
}
.BgClassName
{
background-color: #57732D;
}
</style>
border-color css
<style>
span { border-color: #57732D; }
span { border-color: rgb(87,115,45); }
td.TdClassName
{
border-color: #57732D;
}
.TagClassName
{
border-color: #57732D;
}
</style>