Shades of Verdun Green #456016
Tints of Verdun Green #456016
RGB
CMYK
RGB Variations
Color information
#456016 (or 0x456016) is known color: Verdun Green. HEX triplet: 45, 60 and 16. RGB value is (69,96,22). Sum of RGB (Red+Green+Blue) = 69+96+22=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #456016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456016 is #BA9FE9. Grayscale: #4F4F4F. Windows color (decimal): -12230634 or 1466437. OLE color: 1466437.
HSL color Cylindrical-coordinate representation of color #456016: hue angle of 81.89º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #456016 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 96 | 22 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.62 |
| HSL | 81.89º | 0.63% | 0.23% | - |
| HSV(B) | 81.89º | 0.77% | 0.38% | - |
| XYZ | 6.78 | 9.69 | 2.27 | - |
| YUV | 79.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 22 | 0.28 | 0 | 0.77 | 0.62 | 81.89 | 0.63 | 0.23 |
| Hex | 45 | 60 | 16 | 1C | 0 | 4D | 3E | 52 | 3F | 17 |
| Octal | 105 | 140 | 26 | 34 | 0 | 115 | 76 | 122 | 77 | 27 |
| Binary | 1000101 | 1100000 | 10110 | 11100 | 0 | 1001101 | 111110 | 1010010 | 111111 | 10111 |
Color Harmonies of #456016
Complementary color
Monochromatic Colors of #456016
Black with #456016
Text Example
Text Example
White with #456016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456016; }
p { color: rgb(69,96,22); }
H1.HeaderClassName
{
color: #456016;
}
.AnyTagClassName
{
color: #456016;
}
</style>
background-color css
<style>
a { background-color: #456016; }
a { background-color: rgb(69,96,22); }
div.DivClassName
{
background-color: #456016;
}
.BgClassName
{
background-color: #456016;
}
</style>
border-color css
<style>
span { border-color: #456016; }
span { border-color: rgb(69,96,22); }
td.TdClassName
{
border-color: #456016;
}
.TagClassName
{
border-color: #456016;
}
</style>