Shades of Dark Olive Green #5E732F
Tints of Dark Olive Green #5E732F
RGB
CMYK
RGB Variations
Color information
#5E732F (or 0x5E732F) is known color: Dark Olive Green. HEX triplet: 5E, 73 and 2F. RGB value is (94,115,47). Sum of RGB (Red+Green+Blue) = 94+115+47=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #5E732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E732F is #A18CD0. Grayscale: #656565. Windows color (decimal): -10587345 or 3109726. OLE color: 3109726.
HSL color Cylindrical-coordinate representation of color #5E732F: hue angle of 78.53º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E732F is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
RGB | 94 | 115 | 47 | - |
CMYK | 0.18 | 0 | 0.59 | 0.55 |
HSL | 78.53º | 0.42% | 0.32% | - |
HSV(B) | 78.53º | 0.59% | 0.45% | - |
XYZ | 11.26 | 14.85 | 4.96 | - |
YUV | 100.97 | 97.54 | 123.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 115 | 47 | 0.18 | 0 | 0.59 | 0.55 | 78.53 | 0.42 | 0.32 |
Hex | 5E | 73 | 2F | 12 | 0 | 3B | 37 | 4F | 2A | 20 |
Octal | 136 | 163 | 57 | 22 | 0 | 73 | 67 | 117 | 52 | 40 |
Binary | 1011110 | 1110011 | 101111 | 10010 | 0 | 111011 | 110111 | 1001111 | 101010 | 100000 |
Color Harmonies of #5E732F
Complementary color
Monochromatic Colors of #5E732F
Black with #5E732F
Text Example
Text Example
White with #5E732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E732F; }
p { color: rgb(94,115,47); }
H1.HeaderClassName
{
color: #5E732F;
}
.AnyTagClassName
{
color: #5E732F;
}
</style>
background-color css
<style>
a { background-color: #5E732F; }
a { background-color: rgb(94,115,47); }
div.DivClassName
{
background-color: #5E732F;
}
.BgClassName
{
background-color: #5E732F;
}
</style>
border-color css
<style>
span { border-color: #5E732F; }
span { border-color: rgb(94,115,47); }
td.TdClassName
{
border-color: #5E732F;
}
.TagClassName
{
border-color: #5E732F;
}
</style>