Shades of Dark Olive Green #5D6835
Tints of Dark Olive Green #5D6835
RGB
CMYK
RGB Variations
Color information
#5D6835 (or 0x5D6835) is known color: Dark Olive Green. HEX triplet: 5D, 68 and 35. RGB value is (93,104,53). Sum of RGB (Red+Green+Blue) = 93+104+53=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #5D6835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6835 is #A297CA. Grayscale: #5F5F5F. Windows color (decimal): -10655691 or 3500125. OLE color: 3500125.
HSL color Cylindrical-coordinate representation of color #5D6835: hue angle of 72.94º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D6835 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 104 | 53 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.59 |
| HSL | 72.94º | 0.32% | 0.31% | - |
| HSV(B) | 72.94º | 0.49% | 0.41% | - |
| XYZ | 10.11 | 12.48 | 5.25 | - |
| YUV | 94.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 53 | 0.11 | 0 | 0.49 | 0.59 | 72.94 | 0.32 | 0.31 |
| Hex | 5D | 68 | 35 | B | 0 | 31 | 3B | 49 | 20 | 1F |
| Octal | 135 | 150 | 65 | 13 | 0 | 61 | 73 | 111 | 40 | 37 |
| Binary | 1011101 | 1101000 | 110101 | 1011 | 0 | 110001 | 111011 | 1001001 | 100000 | 11111 |
Color Harmonies of #5D6835
Complementary color
Monochromatic Colors of #5D6835
Black with #5D6835
Text Example
Text Example
White with #5D6835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6835; }
p { color: rgb(93,104,53); }
H1.HeaderClassName
{
color: #5D6835;
}
.AnyTagClassName
{
color: #5D6835;
}
</style>
background-color css
<style>
a { background-color: #5D6835; }
a { background-color: rgb(93,104,53); }
div.DivClassName
{
background-color: #5D6835;
}
.BgClassName
{
background-color: #5D6835;
}
</style>
border-color css
<style>
span { border-color: #5D6835; }
span { border-color: rgb(93,104,53); }
td.TdClassName
{
border-color: #5D6835;
}
.TagClassName
{
border-color: #5D6835;
}
</style>