Shades of Verdun Green #516401
Tints of Verdun Green #516401
RGB
CMYK
RGB Variations
Color information
#516401 (or 0x516401) is known color: Verdun Green. HEX triplet: 51, 64 and 01. RGB value is (81,100,1). Sum of RGB (Red+Green+Blue) = 81+100+1=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #516401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516401 is #AE9BFE. Grayscale: #535353. Windows color (decimal): -11443199 or 91217. OLE color: 91217.
HSL color Cylindrical-coordinate representation of color #516401: hue angle of 71.52º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #516401 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 100 | 1 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.61 |
| HSL | 71.52º | 0.98% | 0.2% | - |
| HSV(B) | 71.52º | 0.99% | 0.39% | - |
| XYZ | 7.96 | 10.87 | 1.71 | - |
| YUV | 83.03 | 81.71 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 100 | 1 | 0.19 | 0 | 0.99 | 0.61 | 71.52 | 0.98 | 0.2 |
| Hex | 51 | 64 | 1 | 13 | 0 | 63 | 3D | 48 | 62 | 14 |
| Octal | 121 | 144 | 1 | 23 | 0 | 143 | 75 | 110 | 142 | 24 |
| Binary | 1010001 | 1100100 | 1 | 10011 | 0 | 1100011 | 111101 | 1001000 | 1100010 | 10100 |
Color Harmonies of #516401
Complementary color
Monochromatic Colors of #516401
Black with #516401
Text Example
Text Example
White with #516401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516401; }
p { color: rgb(81,100,1); }
H1.HeaderClassName
{
color: #516401;
}
.AnyTagClassName
{
color: #516401;
}
</style>
background-color css
<style>
a { background-color: #516401; }
a { background-color: rgb(81,100,1); }
div.DivClassName
{
background-color: #516401;
}
.BgClassName
{
background-color: #516401;
}
</style>
border-color css
<style>
span { border-color: #516401; }
span { border-color: rgb(81,100,1); }
td.TdClassName
{
border-color: #516401;
}
.TagClassName
{
border-color: #516401;
}
</style>