Shades of Dark Olive Green #5E7232
Tints of Dark Olive Green #5E7232
RGB
CMYK
RGB Variations
Color information
#5E7232 (or 0x5E7232) is known color: Dark Olive Green. HEX triplet: 5E, 72 and 32. RGB value is (94,114,50). Sum of RGB (Red+Green+Blue) = 94+114+50=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7232 is #A18DCD. Grayscale: #646464. Windows color (decimal): -10587598 or 3306078. OLE color: 3306078.
HSL color Cylindrical-coordinate representation of color #5E7232: hue angle of 78.75º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E7232 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 50 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.55 |
| HSL | 78.75º | 0.39% | 0.32% | - |
| HSV(B) | 78.75º | 0.56% | 0.45% | - |
| XYZ | 11.21 | 14.64 | 5.25 | - |
| YUV | 100.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 50 | 0.18 | 0 | 0.56 | 0.55 | 78.75 | 0.39 | 0.32 |
| Hex | 5E | 72 | 32 | 12 | 0 | 38 | 37 | 4F | 27 | 20 |
| Octal | 136 | 162 | 62 | 22 | 0 | 70 | 67 | 117 | 47 | 40 |
| Binary | 1011110 | 1110010 | 110010 | 10010 | 0 | 111000 | 110111 | 1001111 | 100111 | 100000 |
Color Harmonies of #5E7232
Complementary color
Monochromatic Colors of #5E7232
Black with #5E7232
Text Example
Text Example
White with #5E7232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7232; }
p { color: rgb(94,114,50); }
H1.HeaderClassName
{
color: #5E7232;
}
.AnyTagClassName
{
color: #5E7232;
}
</style>
background-color css
<style>
a { background-color: #5E7232; }
a { background-color: rgb(94,114,50); }
div.DivClassName
{
background-color: #5E7232;
}
.BgClassName
{
background-color: #5E7232;
}
</style>
border-color css
<style>
span { border-color: #5E7232; }
span { border-color: rgb(94,114,50); }
td.TdClassName
{
border-color: #5E7232;
}
.TagClassName
{
border-color: #5E7232;
}
</style>