Shades of Verdun Green #514E08
Tints of Verdun Green #514E08
RGB
CMYK
RGB Variations
Color information
#514E08 (or 0x514E08) is known color: Verdun Green. HEX triplet: 51, 4E and 08. RGB value is (81,78,8). Sum of RGB (Red+Green+Blue) = 81+78+8=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #514E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E08 is #AEB1F7. Grayscale: #474747. Windows color (decimal): -11448824 or 544337. OLE color: 544337.
HSL color Cylindrical-coordinate representation of color #514E08: hue angle of 57.53º 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 #514E08 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 8 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.68 |
| HSL | 57.53º | 0.82% | 0.17% | - |
| HSV(B) | 57.53º | 0.9% | 0.32% | - |
| XYZ | 6.16 | 7.22 | 1.3 | - |
| YUV | 70.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 8 | 0 | 0.04 | 0.90 | 0.68 | 57.53 | 0.82 | 0.17 |
| Hex | 51 | 4E | 8 | 0 | 4 | 5A | 44 | 3A | 52 | 11 |
| Octal | 121 | 116 | 10 | 0 | 4 | 132 | 104 | 72 | 122 | 21 |
| Binary | 1010001 | 1001110 | 1000 | 0 | 100 | 1011010 | 1000100 | 111010 | 1010010 | 10001 |
Color Harmonies of #514E08
Complementary color
Monochromatic Colors of #514E08
Black with #514E08
Text Example
Text Example
White with #514E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E08; }
p { color: rgb(81,78,8); }
H1.HeaderClassName
{
color: #514E08;
}
.AnyTagClassName
{
color: #514E08;
}
</style>
background-color css
<style>
a { background-color: #514E08; }
a { background-color: rgb(81,78,8); }
div.DivClassName
{
background-color: #514E08;
}
.BgClassName
{
background-color: #514E08;
}
</style>
border-color css
<style>
span { border-color: #514E08; }
span { border-color: rgb(81,78,8); }
td.TdClassName
{
border-color: #514E08;
}
.TagClassName
{
border-color: #514E08;
}
</style>