Shades of Verdun Green #514B09
Tints of Verdun Green #514B09
RGB
CMYK
RGB Variations
Color information
#514B09 (or 0x514B09) is known color: Verdun Green. HEX triplet: 51, 4B and 09. RGB value is (81,75,9). Sum of RGB (Red+Green+Blue) = 81+75+9=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #514B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B09 is #AEB4F6. Grayscale: #454545. Windows color (decimal): -11449591 or 609105. OLE color: 609105.
HSL color Cylindrical-coordinate representation of color #514B09: hue angle of 55º 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 #514B09 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 9 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.68 |
| HSL | 55º | 0.8% | 0.18% | - |
| HSV(B) | 55º | 0.89% | 0.32% | - |
| XYZ | 5.96 | 6.8 | 1.26 | - |
| YUV | 69.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 9 | 0 | 0.07 | 0.89 | 0.68 | 55 | 0.8 | 0.18 |
| Hex | 51 | 4B | 9 | 0 | 7 | 59 | 44 | 37 | 50 | 12 |
| Octal | 121 | 113 | 11 | 0 | 7 | 131 | 104 | 67 | 120 | 22 |
| Binary | 1010001 | 1001011 | 1001 | 0 | 111 | 1011001 | 1000100 | 110111 | 1010000 | 10010 |
Color Harmonies of #514B09
Complementary color
Monochromatic Colors of #514B09
Black with #514B09
Text Example
Text Example
White with #514B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B09; }
p { color: rgb(81,75,9); }
H1.HeaderClassName
{
color: #514B09;
}
.AnyTagClassName
{
color: #514B09;
}
</style>
background-color css
<style>
a { background-color: #514B09; }
a { background-color: rgb(81,75,9); }
div.DivClassName
{
background-color: #514B09;
}
.BgClassName
{
background-color: #514B09;
}
</style>
border-color css
<style>
span { border-color: #514B09; }
span { border-color: rgb(81,75,9); }
td.TdClassName
{
border-color: #514B09;
}
.TagClassName
{
border-color: #514B09;
}
</style>