Shades of Verdun Green #514E05
Tints of Verdun Green #514E05
RGB
CMYK
RGB Variations
Color information
#514E05 (or 0x514E05) is known color: Verdun Green. HEX triplet: 51, 4E and 05. RGB value is (81,78,5). Sum of RGB (Red+Green+Blue) = 81+78+5=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #514E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E05 is #AEB1FA. Grayscale: #464646. Windows color (decimal): -11448827 or 347729. OLE color: 347729.
HSL color Cylindrical-coordinate representation of color #514E05: hue angle of 57.63º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #514E05 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 5 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.68 |
| HSL | 57.63º | 0.88% | 0.17% | - |
| HSV(B) | 57.63º | 0.94% | 0.32% | - |
| XYZ | 6.15 | 7.21 | 1.21 | - |
| YUV | 70.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 5 | 0 | 0.04 | 0.94 | 0.68 | 57.63 | 0.88 | 0.17 |
| Hex | 51 | 4E | 5 | 0 | 4 | 5E | 44 | 3A | 58 | 11 |
| Octal | 121 | 116 | 5 | 0 | 4 | 136 | 104 | 72 | 130 | 21 |
| Binary | 1010001 | 1001110 | 101 | 0 | 100 | 1011110 | 1000100 | 111010 | 1011000 | 10001 |
Color Harmonies of #514E05
Complementary color
Monochromatic Colors of #514E05
Black with #514E05
Text Example
Text Example
White with #514E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E05; }
p { color: rgb(81,78,5); }
H1.HeaderClassName
{
color: #514E05;
}
.AnyTagClassName
{
color: #514E05;
}
</style>
background-color css
<style>
a { background-color: #514E05; }
a { background-color: rgb(81,78,5); }
div.DivClassName
{
background-color: #514E05;
}
.BgClassName
{
background-color: #514E05;
}
</style>
border-color css
<style>
span { border-color: #514E05; }
span { border-color: rgb(81,78,5); }
td.TdClassName
{
border-color: #514E05;
}
.TagClassName
{
border-color: #514E05;
}
</style>