Shades of Verdun Green #514F08
Tints of Verdun Green #514F08
RGB
CMYK
RGB Variations
Color information
#514F08 (or 0x514F08) is known color: Verdun Green. HEX triplet: 51, 4F and 08. RGB value is (81,79,8). Sum of RGB (Red+Green+Blue) = 81+79+8=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #514F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F08 is #AEB0F7. Grayscale: #474747. Windows color (decimal): -11448568 or 544593. OLE color: 544593.
HSL color Cylindrical-coordinate representation of color #514F08: hue angle of 58.36º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #514F08 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 8 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.68 |
| HSL | 58.36º | 0.82% | 0.17% | - |
| HSV(B) | 58.36º | 0.9% | 0.32% | - |
| XYZ | 6.23 | 7.36 | 1.32 | - |
| YUV | 71.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 8 | 0 | 0.02 | 0.90 | 0.68 | 58.36 | 0.82 | 0.17 |
| Hex | 51 | 4F | 8 | 0 | 2 | 5A | 44 | 3A | 52 | 11 |
| Octal | 121 | 117 | 10 | 0 | 2 | 132 | 104 | 72 | 122 | 21 |
| Binary | 1010001 | 1001111 | 1000 | 0 | 10 | 1011010 | 1000100 | 111010 | 1010010 | 10001 |
Color Harmonies of #514F08
Complementary color
Monochromatic Colors of #514F08
Black with #514F08
Text Example
Text Example
White with #514F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F08; }
p { color: rgb(81,79,8); }
H1.HeaderClassName
{
color: #514F08;
}
.AnyTagClassName
{
color: #514F08;
}
</style>
background-color css
<style>
a { background-color: #514F08; }
a { background-color: rgb(81,79,8); }
div.DivClassName
{
background-color: #514F08;
}
.BgClassName
{
background-color: #514F08;
}
</style>
border-color css
<style>
span { border-color: #514F08; }
span { border-color: rgb(81,79,8); }
td.TdClassName
{
border-color: #514F08;
}
.TagClassName
{
border-color: #514F08;
}
</style>