Shades of Dark Olive Green #515E31
Tints of Dark Olive Green #515E31
RGB
CMYK
RGB Variations
Color information
#515E31 (or 0x515E31) is known color: Dark Olive Green. HEX triplet: 51, 5E and 31. RGB value is (81,94,49). Sum of RGB (Red+Green+Blue) = 81+94+49=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 94 - color contains mainly: green. Hex color #515E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515E31 is #AEA1CE. Grayscale: #555555. Windows color (decimal): -11444687 or 3235409. OLE color: 3235409.
HSL color Cylindrical-coordinate representation of color #515E31: hue angle of 77.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #515E31 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 94 | 49 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.63 |
| HSL | 77.33º | 0.31% | 0.28% | - |
| HSV(B) | 77.33º | 0.48% | 0.37% | - |
| XYZ | 7.95 | 9.98 | 4.41 | - |
| YUV | 84.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 49 | 0.14 | 0 | 0.48 | 0.63 | 77.33 | 0.31 | 0.28 |
| Hex | 51 | 5E | 31 | E | 0 | 30 | 3F | 4D | 1F | 1C |
| Octal | 121 | 136 | 61 | 16 | 0 | 60 | 77 | 115 | 37 | 34 |
| Binary | 1010001 | 1011110 | 110001 | 1110 | 0 | 110000 | 111111 | 1001101 | 11111 | 11100 |
Color Harmonies of #515E31
Complementary color
Monochromatic Colors of #515E31
Black with #515E31
Text Example
Text Example
White with #515E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515E31; }
p { color: rgb(81,94,49); }
H1.HeaderClassName
{
color: #515E31;
}
.AnyTagClassName
{
color: #515E31;
}
</style>
background-color css
<style>
a { background-color: #515E31; }
a { background-color: rgb(81,94,49); }
div.DivClassName
{
background-color: #515E31;
}
.BgClassName
{
background-color: #515E31;
}
</style>
border-color css
<style>
span { border-color: #515E31; }
span { border-color: rgb(81,94,49); }
td.TdClassName
{
border-color: #515E31;
}
.TagClassName
{
border-color: #515E31;
}
</style>