Shades of Verdun Green #514D07
Tints of Verdun Green #514D07
RGB
CMYK
RGB Variations
Color information
#514D07 (or 0x514D07) is known color: Verdun Green. HEX triplet: 51, 4D and 07. RGB value is (81,77,7). Sum of RGB (Red+Green+Blue) = 81+77+7=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #514D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D07 is #AEB2F8. Grayscale: #464646. Windows color (decimal): -11449081 or 478545. OLE color: 478545.
HSL color Cylindrical-coordinate representation of color #514D07: hue angle of 56.76º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #514D07 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 7 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.68 |
| HSL | 56.76º | 0.84% | 0.17% | - |
| HSV(B) | 56.76º | 0.91% | 0.32% | - |
| XYZ | 6.09 | 7.07 | 1.25 | - |
| YUV | 70.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 7 | 0 | 0.05 | 0.91 | 0.68 | 56.76 | 0.84 | 0.17 |
| Hex | 51 | 4D | 7 | 0 | 5 | 5B | 44 | 39 | 54 | 11 |
| Octal | 121 | 115 | 7 | 0 | 5 | 133 | 104 | 71 | 124 | 21 |
| Binary | 1010001 | 1001101 | 111 | 0 | 101 | 1011011 | 1000100 | 111001 | 1010100 | 10001 |
Color Harmonies of #514D07
Complementary color
Monochromatic Colors of #514D07
Black with #514D07
Text Example
Text Example
White with #514D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D07; }
p { color: rgb(81,77,7); }
H1.HeaderClassName
{
color: #514D07;
}
.AnyTagClassName
{
color: #514D07;
}
</style>
background-color css
<style>
a { background-color: #514D07; }
a { background-color: rgb(81,77,7); }
div.DivClassName
{
background-color: #514D07;
}
.BgClassName
{
background-color: #514D07;
}
</style>
border-color css
<style>
span { border-color: #514D07; }
span { border-color: rgb(81,77,7); }
td.TdClassName
{
border-color: #514D07;
}
.TagClassName
{
border-color: #514D07;
}
</style>