Shades of Dark Olive Green #597C30
Tints of Dark Olive Green #597C30
RGB
CMYK
RGB Variations
Color information
#597C30 (or 0x597C30) is known color: Dark Olive Green. HEX triplet: 59, 7C and 30. RGB value is (89,124,48). Sum of RGB (Red+Green+Blue) = 89+124+48=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #597C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597C30 is #A683CF. Grayscale: #696969. Windows color (decimal): -10912720 or 3177561. OLE color: 3177561.
HSL color Cylindrical-coordinate representation of color #597C30: hue angle of 87.63º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #597C30 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 124 | 48 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.51 |
| HSL | 87.63º | 0.44% | 0.34% | - |
| HSV(B) | 87.63º | 0.61% | 0.49% | - |
| XYZ | 11.86 | 16.75 | 5.4 | - |
| YUV | 104.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 48 | 0.28 | 0 | 0.61 | 0.51 | 87.63 | 0.44 | 0.34 |
| Hex | 59 | 7C | 30 | 1C | 0 | 3D | 33 | 58 | 2C | 22 |
| Octal | 131 | 174 | 60 | 34 | 0 | 75 | 63 | 130 | 54 | 42 |
| Binary | 1011001 | 1111100 | 110000 | 11100 | 0 | 111101 | 110011 | 1011000 | 101100 | 100010 |
Color Harmonies of #597C30
Complementary color
Monochromatic Colors of #597C30
Black with #597C30
Text Example
Text Example
White with #597C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C30; }
p { color: rgb(89,124,48); }
H1.HeaderClassName
{
color: #597C30;
}
.AnyTagClassName
{
color: #597C30;
}
</style>
background-color css
<style>
a { background-color: #597C30; }
a { background-color: rgb(89,124,48); }
div.DivClassName
{
background-color: #597C30;
}
.BgClassName
{
background-color: #597C30;
}
</style>
border-color css
<style>
span { border-color: #597C30; }
span { border-color: rgb(89,124,48); }
td.TdClassName
{
border-color: #597C30;
}
.TagClassName
{
border-color: #597C30;
}
</style>