Shades of Verdun Green #456516
Tints of Verdun Green #456516
RGB
CMYK
RGB Variations
Color information
#456516 (or 0x456516) is known color: Verdun Green. HEX triplet: 45, 65 and 16. RGB value is (69,101,22). Sum of RGB (Red+Green+Blue) = 69+101+22=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #456516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456516 is #BA9AE9. Grayscale: #525252. Windows color (decimal): -12229354 or 1467717. OLE color: 1467717.
HSL color Cylindrical-coordinate representation of color #456516: hue angle of 84.3º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #456516 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 101 | 22 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.60 |
| HSL | 84.3º | 0.64% | 0.24% | - |
| HSV(B) | 84.3º | 0.78% | 0.4% | - |
| XYZ | 7.25 | 10.63 | 2.43 | - |
| YUV | 82.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 22 | 0.32 | 0 | 0.78 | 0.60 | 84.3 | 0.64 | 0.24 |
| Hex | 45 | 65 | 16 | 20 | 0 | 4E | 3C | 54 | 40 | 18 |
| Octal | 105 | 145 | 26 | 40 | 0 | 116 | 74 | 124 | 100 | 30 |
| Binary | 1000101 | 1100101 | 10110 | 100000 | 0 | 1001110 | 111100 | 1010100 | 1000000 | 11000 |
Color Harmonies of #456516
Complementary color
Monochromatic Colors of #456516
Black with #456516
Text Example
Text Example
White with #456516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456516; }
p { color: rgb(69,101,22); }
H1.HeaderClassName
{
color: #456516;
}
.AnyTagClassName
{
color: #456516;
}
</style>
background-color css
<style>
a { background-color: #456516; }
a { background-color: rgb(69,101,22); }
div.DivClassName
{
background-color: #456516;
}
.BgClassName
{
background-color: #456516;
}
</style>
border-color css
<style>
span { border-color: #456516; }
span { border-color: rgb(69,101,22); }
td.TdClassName
{
border-color: #456516;
}
.TagClassName
{
border-color: #456516;
}
</style>