Shades of Dark Olive Green #59653B
Tints of Dark Olive Green #59653B
RGB
CMYK
RGB Variations
Color information
#59653B (or 0x59653B) is known color: Dark Olive Green. HEX triplet: 59, 65 and 3B. RGB value is (89,101,59). Sum of RGB (Red+Green+Blue) = 89+101+59=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #59653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59653B is #A69AC4. Grayscale: #5C5C5C. Windows color (decimal): -10918597 or 3892569. OLE color: 3892569.
HSL color Cylindrical-coordinate representation of color #59653B: hue angle of 77.14º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59653B is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 101 | 59 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.60 |
| HSL | 77.14º | 0.26% | 0.31% | - |
| HSV(B) | 77.14º | 0.42% | 0.4% | - |
| XYZ | 9.56 | 11.75 | 5.9 | - |
| YUV | 92.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 59 | 0.12 | 0 | 0.42 | 0.60 | 77.14 | 0.26 | 0.31 |
| Hex | 59 | 65 | 3B | C | 0 | 2A | 3C | 4D | 1A | 1F |
| Octal | 131 | 145 | 73 | 14 | 0 | 52 | 74 | 115 | 32 | 37 |
| Binary | 1011001 | 1100101 | 111011 | 1100 | 0 | 101010 | 111100 | 1001101 | 11010 | 11111 |
Color Harmonies of #59653B
Complementary color
Monochromatic Colors of #59653B
Black with #59653B
Text Example
Text Example
White with #59653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59653B; }
p { color: rgb(89,101,59); }
H1.HeaderClassName
{
color: #59653B;
}
.AnyTagClassName
{
color: #59653B;
}
</style>
background-color css
<style>
a { background-color: #59653B; }
a { background-color: rgb(89,101,59); }
div.DivClassName
{
background-color: #59653B;
}
.BgClassName
{
background-color: #59653B;
}
</style>
border-color css
<style>
span { border-color: #59653B; }
span { border-color: rgb(89,101,59); }
td.TdClassName
{
border-color: #59653B;
}
.TagClassName
{
border-color: #59653B;
}
</style>