Shades of Dark Olive Green #516235
Tints of Dark Olive Green #516235
RGB
CMYK
RGB Variations
Color information
#516235 (or 0x516235) is known color: Dark Olive Green. HEX triplet: 51, 62 and 35. RGB value is (81,98,53). Sum of RGB (Red+Green+Blue) = 81+98+53=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #516235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516235 is #AE9DCA. Grayscale: #575757. Windows color (decimal): -11443659 or 3498577. OLE color: 3498577.
HSL color Cylindrical-coordinate representation of color #516235: hue angle of 82.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #516235 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 98 | 53 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.62 |
| HSL | 82.67º | 0.3% | 0.3% | - |
| HSV(B) | 82.67º | 0.46% | 0.38% | - |
| XYZ | 8.4 | 10.74 | 5 | - |
| YUV | 87.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 53 | 0.17 | 0 | 0.46 | 0.62 | 82.67 | 0.3 | 0.3 |
| Hex | 51 | 62 | 35 | 11 | 0 | 2E | 3E | 53 | 1E | 1E |
| Octal | 121 | 142 | 65 | 21 | 0 | 56 | 76 | 123 | 36 | 36 |
| Binary | 1010001 | 1100010 | 110101 | 10001 | 0 | 101110 | 111110 | 1010011 | 11110 | 11110 |
Color Harmonies of #516235
Complementary color
Monochromatic Colors of #516235
Black with #516235
Text Example
Text Example
White with #516235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516235; }
p { color: rgb(81,98,53); }
H1.HeaderClassName
{
color: #516235;
}
.AnyTagClassName
{
color: #516235;
}
</style>
background-color css
<style>
a { background-color: #516235; }
a { background-color: rgb(81,98,53); }
div.DivClassName
{
background-color: #516235;
}
.BgClassName
{
background-color: #516235;
}
</style>
border-color css
<style>
span { border-color: #516235; }
span { border-color: rgb(81,98,53); }
td.TdClassName
{
border-color: #516235;
}
.TagClassName
{
border-color: #516235;
}
</style>