Shades of Verdun Green #514F10
Tints of Verdun Green #514F10
RGB
CMYK
RGB Variations
Color information
#514F10 (or 0x514F10) is known color: Verdun Green. HEX triplet: 51, 4F and 10. RGB value is (81,79,16). Sum of RGB (Red+Green+Blue) = 81+79+16=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #514F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F10 is #AEB0EF. Grayscale: #484848. Windows color (decimal): -11448560 or 1068881. OLE color: 1068881.
HSL color Cylindrical-coordinate representation of color #514F10: hue angle of 58.15º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #514F10 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 16 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.68 |
| HSL | 58.15º | 0.67% | 0.19% | - |
| HSV(B) | 58.15º | 0.8% | 0.32% | - |
| XYZ | 6.28 | 7.38 | 1.58 | - |
| YUV | 72.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 16 | 0 | 0.02 | 0.80 | 0.68 | 58.15 | 0.67 | 0.19 |
| Hex | 51 | 4F | 10 | 0 | 2 | 50 | 44 | 3A | 43 | 13 |
| Octal | 121 | 117 | 20 | 0 | 2 | 120 | 104 | 72 | 103 | 23 |
| Binary | 1010001 | 1001111 | 10000 | 0 | 10 | 1010000 | 1000100 | 111010 | 1000011 | 10011 |
Color Harmonies of #514F10
Complementary color
Monochromatic Colors of #514F10
Black with #514F10
Text Example
Text Example
White with #514F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F10; }
p { color: rgb(81,79,16); }
H1.HeaderClassName
{
color: #514F10;
}
.AnyTagClassName
{
color: #514F10;
}
</style>
background-color css
<style>
a { background-color: #514F10; }
a { background-color: rgb(81,79,16); }
div.DivClassName
{
background-color: #514F10;
}
.BgClassName
{
background-color: #514F10;
}
</style>
border-color css
<style>
span { border-color: #514F10; }
span { border-color: rgb(81,79,16); }
td.TdClassName
{
border-color: #514F10;
}
.TagClassName
{
border-color: #514F10;
}
</style>