Shades of Dark Olive Green #5D7C31
Tints of Dark Olive Green #5D7C31
RGB
CMYK
RGB Variations
Color information
#5D7C31 (or 0x5D7C31) is known color: Dark Olive Green. HEX triplet: 5D, 7C and 31. RGB value is (93,124,49). Sum of RGB (Red+Green+Blue) = 93+124+49=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #5D7C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7C31 is #A283CE. Grayscale: #6A6A6A. Windows color (decimal): -10650575 or 3243101. OLE color: 3243101.
HSL color Cylindrical-coordinate representation of color #5D7C31: hue angle of 84.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D7C31 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 124 | 49 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.51 |
| HSL | 84.8º | 0.43% | 0.34% | - |
| HSV(B) | 84.8º | 0.6% | 0.49% | - |
| XYZ | 12.28 | 16.96 | 5.53 | - |
| YUV | 106.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 124 | 49 | 0.25 | 0 | 0.60 | 0.51 | 84.8 | 0.43 | 0.34 |
| Hex | 5D | 7C | 31 | 19 | 0 | 3C | 33 | 55 | 2B | 22 |
| Octal | 135 | 174 | 61 | 31 | 0 | 74 | 63 | 125 | 53 | 42 |
| Binary | 1011101 | 1111100 | 110001 | 11001 | 0 | 111100 | 110011 | 1010101 | 101011 | 100010 |
Color Harmonies of #5D7C31
Complementary color
Monochromatic Colors of #5D7C31
Black with #5D7C31
Text Example
Text Example
White with #5D7C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7C31; }
p { color: rgb(93,124,49); }
H1.HeaderClassName
{
color: #5D7C31;
}
.AnyTagClassName
{
color: #5D7C31;
}
</style>
background-color css
<style>
a { background-color: #5D7C31; }
a { background-color: rgb(93,124,49); }
div.DivClassName
{
background-color: #5D7C31;
}
.BgClassName
{
background-color: #5D7C31;
}
</style>
border-color css
<style>
span { border-color: #5D7C31; }
span { border-color: rgb(93,124,49); }
td.TdClassName
{
border-color: #5D7C31;
}
.TagClassName
{
border-color: #5D7C31;
}
</style>