Shades of Dark Olive Green #515F2E
Tints of Dark Olive Green #515F2E
RGB
CMYK
RGB Variations
Color information
#515F2E (or 0x515F2E) is known color: Dark Olive Green. HEX triplet: 51, 5F and 2E. RGB value is (81,95,46). Sum of RGB (Red+Green+Blue) = 81+95+46=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 95 - color contains mainly: green. Hex color #515F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515F2E is #AEA0D1. Grayscale: #555555. Windows color (decimal): -11444434 or 3039057. OLE color: 3039057.
HSL color Cylindrical-coordinate representation of color #515F2E: hue angle of 77.14º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #515F2E is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 95 | 46 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.63 |
| HSL | 77.14º | 0.35% | 0.28% | - |
| HSV(B) | 77.14º | 0.52% | 0.37% | - |
| XYZ | 7.98 | 10.13 | 4.12 | - |
| YUV | 85.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 46 | 0.15 | 0 | 0.52 | 0.63 | 77.14 | 0.35 | 0.28 |
| Hex | 51 | 5F | 2E | F | 0 | 34 | 3F | 4D | 23 | 1C |
| Octal | 121 | 137 | 56 | 17 | 0 | 64 | 77 | 115 | 43 | 34 |
| Binary | 1010001 | 1011111 | 101110 | 1111 | 0 | 110100 | 111111 | 1001101 | 100011 | 11100 |
Color Harmonies of #515F2E
Complementary color
Monochromatic Colors of #515F2E
Black with #515F2E
Text Example
Text Example
White with #515F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F2E; }
p { color: rgb(81,95,46); }
H1.HeaderClassName
{
color: #515F2E;
}
.AnyTagClassName
{
color: #515F2E;
}
</style>
background-color css
<style>
a { background-color: #515F2E; }
a { background-color: rgb(81,95,46); }
div.DivClassName
{
background-color: #515F2E;
}
.BgClassName
{
background-color: #515F2E;
}
</style>
border-color css
<style>
span { border-color: #515F2E; }
span { border-color: rgb(81,95,46); }
td.TdClassName
{
border-color: #515F2E;
}
.TagClassName
{
border-color: #515F2E;
}
</style>