Shades of Dark Olive Green #516232
Tints of Dark Olive Green #516232
RGB
CMYK
RGB Variations
Color information
#516232 (or 0x516232) is known color: Dark Olive Green. HEX triplet: 51, 62 and 32. RGB value is (81,98,50). Sum of RGB (Red+Green+Blue) = 81+98+50=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #516232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516232 is #AE9DCD. Grayscale: #575757. Windows color (decimal): -11443662 or 3301969. OLE color: 3301969.
HSL color Cylindrical-coordinate representation of color #516232: hue angle of 81.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #516232 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 98 | 50 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.62 |
| HSL | 81.25º | 0.32% | 0.29% | - |
| HSV(B) | 81.25º | 0.49% | 0.38% | - |
| XYZ | 8.34 | 10.71 | 4.65 | - |
| YUV | 87.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 50 | 0.17 | 0 | 0.49 | 0.62 | 81.25 | 0.32 | 0.29 |
| Hex | 51 | 62 | 32 | 11 | 0 | 31 | 3E | 51 | 20 | 1D |
| Octal | 121 | 142 | 62 | 21 | 0 | 61 | 76 | 121 | 40 | 35 |
| Binary | 1010001 | 1100010 | 110010 | 10001 | 0 | 110001 | 111110 | 1010001 | 100000 | 11101 |
Color Harmonies of #516232
Complementary color
Monochromatic Colors of #516232
Black with #516232
Text Example
Text Example
White with #516232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516232; }
p { color: rgb(81,98,50); }
H1.HeaderClassName
{
color: #516232;
}
.AnyTagClassName
{
color: #516232;
}
</style>
background-color css
<style>
a { background-color: #516232; }
a { background-color: rgb(81,98,50); }
div.DivClassName
{
background-color: #516232;
}
.BgClassName
{
background-color: #516232;
}
</style>
border-color css
<style>
span { border-color: #516232; }
span { border-color: rgb(81,98,50); }
td.TdClassName
{
border-color: #516232;
}
.TagClassName
{
border-color: #516232;
}
</style>