Shades of Dark Olive Green #5E7432
Tints of Dark Olive Green #5E7432
RGB
CMYK
RGB Variations
Color information
#5E7432 (or 0x5E7432) is known color: Dark Olive Green. HEX triplet: 5E, 74 and 32. RGB value is (94,116,50). Sum of RGB (Red+Green+Blue) = 94+116+50=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7432 is #A18BCD. Grayscale: #666666. Windows color (decimal): -10587086 or 3306590. OLE color: 3306590.
HSL color Cylindrical-coordinate representation of color #5E7432: hue angle of 80º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E7432 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 116 | 50 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.55 |
| HSL | 80º | 0.4% | 0.33% | - |
| HSV(B) | 80º | 0.57% | 0.45% | - |
| XYZ | 11.44 | 15.1 | 5.33 | - |
| YUV | 101.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 50 | 0.19 | 0 | 0.57 | 0.55 | 80 | 0.4 | 0.33 |
| Hex | 5E | 74 | 32 | 13 | 0 | 39 | 37 | 50 | 28 | 21 |
| Octal | 136 | 164 | 62 | 23 | 0 | 71 | 67 | 120 | 50 | 41 |
| Binary | 1011110 | 1110100 | 110010 | 10011 | 0 | 111001 | 110111 | 1010000 | 101000 | 100001 |
Color Harmonies of #5E7432
Complementary color
Monochromatic Colors of #5E7432
Black with #5E7432
Text Example
Text Example
White with #5E7432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7432; }
p { color: rgb(94,116,50); }
H1.HeaderClassName
{
color: #5E7432;
}
.AnyTagClassName
{
color: #5E7432;
}
</style>
background-color css
<style>
a { background-color: #5E7432; }
a { background-color: rgb(94,116,50); }
div.DivClassName
{
background-color: #5E7432;
}
.BgClassName
{
background-color: #5E7432;
}
</style>
border-color css
<style>
span { border-color: #5E7432; }
span { border-color: rgb(94,116,50); }
td.TdClassName
{
border-color: #5E7432;
}
.TagClassName
{
border-color: #5E7432;
}
</style>