Shades of Dark Olive Green #5D7236
Tints of Dark Olive Green #5D7236
RGB
CMYK
RGB Variations
Color information
#5D7236 (or 0x5D7236) is known color: Dark Olive Green. HEX triplet: 5D, 72 and 36. RGB value is (93,114,54). Sum of RGB (Red+Green+Blue) = 93+114+54=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #5D7236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7236 is #A28DC9. Grayscale: #656565. Windows color (decimal): -10653130 or 3568221. OLE color: 3568221.
HSL color Cylindrical-coordinate representation of color #5D7236: hue angle of 81º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D7236 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 114 | 54 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.55 |
| HSL | 81º | 0.36% | 0.33% | - |
| HSV(B) | 81º | 0.53% | 0.45% | - |
| XYZ | 11.2 | 14.63 | 5.72 | - |
| YUV | 100.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 114 | 54 | 0.18 | 0 | 0.53 | 0.55 | 81 | 0.36 | 0.33 |
| Hex | 5D | 72 | 36 | 12 | 0 | 35 | 37 | 51 | 24 | 21 |
| Octal | 135 | 162 | 66 | 22 | 0 | 65 | 67 | 121 | 44 | 41 |
| Binary | 1011101 | 1110010 | 110110 | 10010 | 0 | 110101 | 110111 | 1010001 | 100100 | 100001 |
Color Harmonies of #5D7236
Complementary color
Monochromatic Colors of #5D7236
Black with #5D7236
Text Example
Text Example
White with #5D7236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7236; }
p { color: rgb(93,114,54); }
H1.HeaderClassName
{
color: #5D7236;
}
.AnyTagClassName
{
color: #5D7236;
}
</style>
background-color css
<style>
a { background-color: #5D7236; }
a { background-color: rgb(93,114,54); }
div.DivClassName
{
background-color: #5D7236;
}
.BgClassName
{
background-color: #5D7236;
}
</style>
border-color css
<style>
span { border-color: #5D7236; }
span { border-color: rgb(93,114,54); }
td.TdClassName
{
border-color: #5D7236;
}
.TagClassName
{
border-color: #5D7236;
}
</style>