Shades of Verdun Green #516203
Tints of Verdun Green #516203
RGB
CMYK
RGB Variations
Color information
#516203 (or 0x516203) is known color: Verdun Green. HEX triplet: 51, 62 and 03. RGB value is (81,98,3). Sum of RGB (Red+Green+Blue) = 81+98+3=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #516203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516203 is #AE9DFC. Grayscale: #525252. Windows color (decimal): -11443709 or 221777. OLE color: 221777.
HSL color Cylindrical-coordinate representation of color #516203: hue angle of 70.74º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #516203 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 98 | 3 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.62 |
| HSL | 70.74º | 0.94% | 0.2% | - |
| HSV(B) | 70.74º | 0.97% | 0.38% | - |
| XYZ | 7.78 | 10.49 | 1.7 | - |
| YUV | 82.09 | 83.37 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 3 | 0.17 | 0 | 0.97 | 0.62 | 70.74 | 0.94 | 0.2 |
| Hex | 51 | 62 | 3 | 11 | 0 | 61 | 3E | 47 | 5E | 14 |
| Octal | 121 | 142 | 3 | 21 | 0 | 141 | 76 | 107 | 136 | 24 |
| Binary | 1010001 | 1100010 | 11 | 10001 | 0 | 1100001 | 111110 | 1000111 | 1011110 | 10100 |
Color Harmonies of #516203
Complementary color
Monochromatic Colors of #516203
Black with #516203
Text Example
Text Example
White with #516203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516203; }
p { color: rgb(81,98,3); }
H1.HeaderClassName
{
color: #516203;
}
.AnyTagClassName
{
color: #516203;
}
</style>
background-color css
<style>
a { background-color: #516203; }
a { background-color: rgb(81,98,3); }
div.DivClassName
{
background-color: #516203;
}
.BgClassName
{
background-color: #516203;
}
</style>
border-color css
<style>
span { border-color: #516203; }
span { border-color: rgb(81,98,3); }
td.TdClassName
{
border-color: #516203;
}
.TagClassName
{
border-color: #516203;
}
</style>