Shades of Dark Olive Green #516238
Tints of Dark Olive Green #516238
RGB
CMYK
RGB Variations
Color information
#516238 (or 0x516238) is known color: Dark Olive Green. HEX triplet: 51, 62 and 38. RGB value is (81,98,56). Sum of RGB (Red+Green+Blue) = 81+98+56=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #516238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516238 is #AE9DC7. Grayscale: #585858. Windows color (decimal): -11443656 or 3695185. OLE color: 3695185.
HSL color Cylindrical-coordinate representation of color #516238: hue angle of 84.29º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #516238 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 98 | 56 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.62 |
| HSL | 84.29º | 0.27% | 0.3% | - |
| HSV(B) | 84.29º | 0.43% | 0.38% | - |
| XYZ | 8.47 | 10.77 | 5.37 | - |
| YUV | 88.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 56 | 0.17 | 0 | 0.43 | 0.62 | 84.29 | 0.27 | 0.3 |
| Hex | 51 | 62 | 38 | 11 | 0 | 2B | 3E | 54 | 1B | 1E |
| Octal | 121 | 142 | 70 | 21 | 0 | 53 | 76 | 124 | 33 | 36 |
| Binary | 1010001 | 1100010 | 111000 | 10001 | 0 | 101011 | 111110 | 1010100 | 11011 | 11110 |
Color Harmonies of #516238
Complementary color
Monochromatic Colors of #516238
Black with #516238
Text Example
Text Example
White with #516238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516238; }
p { color: rgb(81,98,56); }
H1.HeaderClassName
{
color: #516238;
}
.AnyTagClassName
{
color: #516238;
}
</style>
background-color css
<style>
a { background-color: #516238; }
a { background-color: rgb(81,98,56); }
div.DivClassName
{
background-color: #516238;
}
.BgClassName
{
background-color: #516238;
}
</style>
border-color css
<style>
span { border-color: #516238; }
span { border-color: rgb(81,98,56); }
td.TdClassName
{
border-color: #516238;
}
.TagClassName
{
border-color: #516238;
}
</style>