Shades of Dark Olive Green #597130
Tints of Dark Olive Green #597130
RGB
CMYK
RGB Variations
Color information
#597130 (or 0x597130) is known color: Dark Olive Green. HEX triplet: 59, 71 and 30. RGB value is (89,113,48). Sum of RGB (Red+Green+Blue) = 89+113+48=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #597130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597130 is #A68ECF. Grayscale: #626262. Windows color (decimal): -10915536 or 3174745. OLE color: 3174745.
HSL color Cylindrical-coordinate representation of color #597130: hue angle of 82.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #597130 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 113 | 48 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.56 |
| HSL | 82.15º | 0.4% | 0.32% | - |
| HSV(B) | 82.15º | 0.58% | 0.44% | - |
| XYZ | 10.56 | 14.15 | 4.97 | - |
| YUV | 98.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 48 | 0.21 | 0 | 0.58 | 0.56 | 82.15 | 0.4 | 0.32 |
| Hex | 59 | 71 | 30 | 15 | 0 | 3A | 38 | 52 | 28 | 20 |
| Octal | 131 | 161 | 60 | 25 | 0 | 72 | 70 | 122 | 50 | 40 |
| Binary | 1011001 | 1110001 | 110000 | 10101 | 0 | 111010 | 111000 | 1010010 | 101000 | 100000 |
Color Harmonies of #597130
Complementary color
Monochromatic Colors of #597130
Black with #597130
Text Example
Text Example
White with #597130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597130; }
p { color: rgb(89,113,48); }
H1.HeaderClassName
{
color: #597130;
}
.AnyTagClassName
{
color: #597130;
}
</style>
background-color css
<style>
a { background-color: #597130; }
a { background-color: rgb(89,113,48); }
div.DivClassName
{
background-color: #597130;
}
.BgClassName
{
background-color: #597130;
}
</style>
border-color css
<style>
span { border-color: #597130; }
span { border-color: rgb(89,113,48); }
td.TdClassName
{
border-color: #597130;
}
.TagClassName
{
border-color: #597130;
}
</style>