Shades of Verdun Green #514A02
Tints of Verdun Green #514A02
RGB
CMYK
RGB Variations
Color information
#514A02 (or 0x514A02) is known color: Verdun Green. HEX triplet: 51, 4A and 02. RGB value is (81,74,2). Sum of RGB (Red+Green+Blue) = 81+74+2=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #514A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A02 is #AEB5FD. Grayscale: #444444. Windows color (decimal): -11449854 or 150097. OLE color: 150097.
HSL color Cylindrical-coordinate representation of color #514A02: hue angle of 54.68º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #514A02 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 2 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.68 |
| HSL | 54.68º | 0.95% | 0.16% | - |
| HSV(B) | 54.68º | 0.98% | 0.32% | - |
| XYZ | 5.85 | 6.65 | 1.03 | - |
| YUV | 67.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 2 | 0 | 0.09 | 0.98 | 0.68 | 54.68 | 0.95 | 0.16 |
| Hex | 51 | 4A | 2 | 0 | 9 | 62 | 44 | 37 | 5F | 10 |
| Octal | 121 | 112 | 2 | 0 | 11 | 142 | 104 | 67 | 137 | 20 |
| Binary | 1010001 | 1001010 | 10 | 0 | 1001 | 1100010 | 1000100 | 110111 | 1011111 | 10000 |
Color Harmonies of #514A02
Complementary color
Monochromatic Colors of #514A02
Black with #514A02
Text Example
Text Example
White with #514A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A02; }
p { color: rgb(81,74,2); }
H1.HeaderClassName
{
color: #514A02;
}
.AnyTagClassName
{
color: #514A02;
}
</style>
background-color css
<style>
a { background-color: #514A02; }
a { background-color: rgb(81,74,2); }
div.DivClassName
{
background-color: #514A02;
}
.BgClassName
{
background-color: #514A02;
}
</style>
border-color css
<style>
span { border-color: #514A02; }
span { border-color: rgb(81,74,2); }
td.TdClassName
{
border-color: #514A02;
}
.TagClassName
{
border-color: #514A02;
}
</style>