Shades of Dark Olive Green #5E6D38
Tints of Dark Olive Green #5E6D38
RGB
CMYK
RGB Variations
Color information
#5E6D38 (or 0x5E6D38) is known color: Dark Olive Green. HEX triplet: 5E, 6D and 38. RGB value is (94,109,56). Sum of RGB (Red+Green+Blue) = 94+109+56=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6D38 is #A192C7. Grayscale: #626262. Windows color (decimal): -10588872 or 3698014. OLE color: 3698014.
HSL color Cylindrical-coordinate representation of color #5E6D38: hue angle of 76.98º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E6D38 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 109 | 56 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.57 |
| HSL | 76.98º | 0.32% | 0.32% | - |
| HSV(B) | 76.98º | 0.49% | 0.43% | - |
| XYZ | 10.8 | 13.6 | 5.8 | - |
| YUV | 98.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 109 | 56 | 0.14 | 0 | 0.49 | 0.57 | 76.98 | 0.32 | 0.32 |
| Hex | 5E | 6D | 38 | E | 0 | 31 | 39 | 4D | 20 | 20 |
| Octal | 136 | 155 | 70 | 16 | 0 | 61 | 71 | 115 | 40 | 40 |
| Binary | 1011110 | 1101101 | 111000 | 1110 | 0 | 110001 | 111001 | 1001101 | 100000 | 100000 |
Color Harmonies of #5E6D38
Complementary color
Monochromatic Colors of #5E6D38
Black with #5E6D38
Text Example
Text Example
White with #5E6D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6D38; }
p { color: rgb(94,109,56); }
H1.HeaderClassName
{
color: #5E6D38;
}
.AnyTagClassName
{
color: #5E6D38;
}
</style>
background-color css
<style>
a { background-color: #5E6D38; }
a { background-color: rgb(94,109,56); }
div.DivClassName
{
background-color: #5E6D38;
}
.BgClassName
{
background-color: #5E6D38;
}
</style>
border-color css
<style>
span { border-color: #5E6D38; }
span { border-color: rgb(94,109,56); }
td.TdClassName
{
border-color: #5E6D38;
}
.TagClassName
{
border-color: #5E6D38;
}
</style>