Shades of Verdun Green #514F09
Tints of Verdun Green #514F09
RGB
CMYK
RGB Variations
Color information
#514F09 (or 0x514F09) is known color: Verdun Green. HEX triplet: 51, 4F and 09. RGB value is (81,79,9). Sum of RGB (Red+Green+Blue) = 81+79+9=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #514F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F09 is #AEB0F6. Grayscale: #474747. Windows color (decimal): -11448567 or 610129. OLE color: 610129.
HSL color Cylindrical-coordinate representation of color #514F09: hue angle of 58.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #514F09 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 9 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.68 |
| HSL | 58.33º | 0.8% | 0.18% | - |
| HSV(B) | 58.33º | 0.89% | 0.32% | - |
| XYZ | 6.24 | 7.36 | 1.35 | - |
| YUV | 71.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 9 | 0 | 0.02 | 0.89 | 0.68 | 58.33 | 0.8 | 0.18 |
| Hex | 51 | 4F | 9 | 0 | 2 | 59 | 44 | 3A | 50 | 12 |
| Octal | 121 | 117 | 11 | 0 | 2 | 131 | 104 | 72 | 120 | 22 |
| Binary | 1010001 | 1001111 | 1001 | 0 | 10 | 1011001 | 1000100 | 111010 | 1010000 | 10010 |
Color Harmonies of #514F09
Complementary color
Monochromatic Colors of #514F09
Black with #514F09
Text Example
Text Example
White with #514F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F09; }
p { color: rgb(81,79,9); }
H1.HeaderClassName
{
color: #514F09;
}
.AnyTagClassName
{
color: #514F09;
}
</style>
background-color css
<style>
a { background-color: #514F09; }
a { background-color: rgb(81,79,9); }
div.DivClassName
{
background-color: #514F09;
}
.BgClassName
{
background-color: #514F09;
}
</style>
border-color css
<style>
span { border-color: #514F09; }
span { border-color: rgb(81,79,9); }
td.TdClassName
{
border-color: #514F09;
}
.TagClassName
{
border-color: #514F09;
}
</style>