Shades of Dark Olive Green #5D6D36
Tints of Dark Olive Green #5D6D36
RGB
CMYK
RGB Variations
Color information
#5D6D36 (or 0x5D6D36) is known color: Dark Olive Green. HEX triplet: 5D, 6D and 36. RGB value is (93,109,54). Sum of RGB (Red+Green+Blue) = 93+109+54=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #5D6D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6D36 is #A292C9. Grayscale: #626262. Windows color (decimal): -10654410 or 3566941. OLE color: 3566941.
HSL color Cylindrical-coordinate representation of color #5D6D36: hue angle of 77.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D6D36 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 109 | 54 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.57 |
| HSL | 77.45º | 0.34% | 0.32% | - |
| HSV(B) | 77.45º | 0.5% | 0.43% | - |
| XYZ | 10.65 | 13.53 | 5.54 | - |
| YUV | 97.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 109 | 54 | 0.15 | 0 | 0.50 | 0.57 | 77.45 | 0.34 | 0.32 |
| Hex | 5D | 6D | 36 | F | 0 | 32 | 39 | 4D | 22 | 20 |
| Octal | 135 | 155 | 66 | 17 | 0 | 62 | 71 | 115 | 42 | 40 |
| Binary | 1011101 | 1101101 | 110110 | 1111 | 0 | 110010 | 111001 | 1001101 | 100010 | 100000 |
Color Harmonies of #5D6D36
Complementary color
Monochromatic Colors of #5D6D36
Black with #5D6D36
Text Example
Text Example
White with #5D6D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6D36; }
p { color: rgb(93,109,54); }
H1.HeaderClassName
{
color: #5D6D36;
}
.AnyTagClassName
{
color: #5D6D36;
}
</style>
background-color css
<style>
a { background-color: #5D6D36; }
a { background-color: rgb(93,109,54); }
div.DivClassName
{
background-color: #5D6D36;
}
.BgClassName
{
background-color: #5D6D36;
}
</style>
border-color css
<style>
span { border-color: #5D6D36; }
span { border-color: rgb(93,109,54); }
td.TdClassName
{
border-color: #5D6D36;
}
.TagClassName
{
border-color: #5D6D36;
}
</style>