Shades of Dark Olive Green #5E7231
Tints of Dark Olive Green #5E7231
RGB
CMYK
RGB Variations
Color information
#5E7231 (or 0x5E7231) is known color: Dark Olive Green. HEX triplet: 5E, 72 and 31. RGB value is (94,114,49). Sum of RGB (Red+Green+Blue) = 94+114+49=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7231 is #A18DCE. Grayscale: #646464. Windows color (decimal): -10587599 or 3240542. OLE color: 3240542.
HSL color Cylindrical-coordinate representation of color #5E7231: hue angle of 78.46º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E7231 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 49 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.55 |
| HSL | 78.46º | 0.4% | 0.32% | - |
| HSV(B) | 78.46º | 0.57% | 0.45% | - |
| XYZ | 11.19 | 14.64 | 5.14 | - |
| YUV | 100.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 49 | 0.18 | 0 | 0.57 | 0.55 | 78.46 | 0.4 | 0.32 |
| Hex | 5E | 72 | 31 | 12 | 0 | 39 | 37 | 4E | 28 | 20 |
| Octal | 136 | 162 | 61 | 22 | 0 | 71 | 67 | 116 | 50 | 40 |
| Binary | 1011110 | 1110010 | 110001 | 10010 | 0 | 111001 | 110111 | 1001110 | 101000 | 100000 |
Color Harmonies of #5E7231
Complementary color
Monochromatic Colors of #5E7231
Black with #5E7231
Text Example
Text Example
White with #5E7231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7231; }
p { color: rgb(94,114,49); }
H1.HeaderClassName
{
color: #5E7231;
}
.AnyTagClassName
{
color: #5E7231;
}
</style>
background-color css
<style>
a { background-color: #5E7231; }
a { background-color: rgb(94,114,49); }
div.DivClassName
{
background-color: #5E7231;
}
.BgClassName
{
background-color: #5E7231;
}
</style>
border-color css
<style>
span { border-color: #5E7231; }
span { border-color: rgb(94,114,49); }
td.TdClassName
{
border-color: #5E7231;
}
.TagClassName
{
border-color: #5E7231;
}
</style>