Shades of Verdun Green #516303
Tints of Verdun Green #516303
RGB
CMYK
RGB Variations
Color information
#516303 (or 0x516303) is known color: Verdun Green. HEX triplet: 51, 63 and 03. RGB value is (81,99,3). Sum of RGB (Red+Green+Blue) = 81+99+3=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #516303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516303 is #AE9CFC. Grayscale: #535353. Windows color (decimal): -11443453 or 222033. OLE color: 222033.
HSL color Cylindrical-coordinate representation of color #516303: hue angle of 71.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #516303 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 99 | 3 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.61 |
| HSL | 71.25º | 0.94% | 0.2% | - |
| HSV(B) | 71.25º | 0.97% | 0.39% | - |
| XYZ | 7.87 | 10.68 | 1.73 | - |
| YUV | 82.67 | 83.04 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 99 | 3 | 0.18 | 0 | 0.97 | 0.61 | 71.25 | 0.94 | 0.2 |
| Hex | 51 | 63 | 3 | 12 | 0 | 61 | 3D | 47 | 5E | 14 |
| Octal | 121 | 143 | 3 | 22 | 0 | 141 | 75 | 107 | 136 | 24 |
| Binary | 1010001 | 1100011 | 11 | 10010 | 0 | 1100001 | 111101 | 1000111 | 1011110 | 10100 |
Color Harmonies of #516303
Complementary color
Monochromatic Colors of #516303
Black with #516303
Text Example
Text Example
White with #516303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516303; }
p { color: rgb(81,99,3); }
H1.HeaderClassName
{
color: #516303;
}
.AnyTagClassName
{
color: #516303;
}
</style>
background-color css
<style>
a { background-color: #516303; }
a { background-color: rgb(81,99,3); }
div.DivClassName
{
background-color: #516303;
}
.BgClassName
{
background-color: #516303;
}
</style>
border-color css
<style>
span { border-color: #516303; }
span { border-color: rgb(81,99,3); }
td.TdClassName
{
border-color: #516303;
}
.TagClassName
{
border-color: #516303;
}
</style>