Shades of Verdun Green #454916
Tints of Verdun Green #454916
RGB
CMYK
RGB Variations
Color information
#454916 (or 0x454916) is known color: Verdun Green. HEX triplet: 45, 49 and 16. RGB value is (69,73,22). Sum of RGB (Red+Green+Blue) = 69+73+22=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #454916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454916 is #BAB6E9. Grayscale: #424242. Windows color (decimal): -12236522 or 1460549. OLE color: 1460549.
HSL color Cylindrical-coordinate representation of color #454916: hue angle of 64.71º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #454916 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 73 | 22 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.71 |
| HSL | 64.71º | 0.54% | 0.19% | - |
| HSV(B) | 64.71º | 0.7% | 0.29% | - |
| XYZ | 4.98 | 6.09 | 1.67 | - |
| YUV | 65.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 22 | 0.05 | 0 | 0.70 | 0.71 | 64.71 | 0.54 | 0.19 |
| Hex | 45 | 49 | 16 | 5 | 0 | 46 | 47 | 41 | 36 | 13 |
| Octal | 105 | 111 | 26 | 5 | 0 | 106 | 107 | 101 | 66 | 23 |
| Binary | 1000101 | 1001001 | 10110 | 101 | 0 | 1000110 | 1000111 | 1000001 | 110110 | 10011 |
Color Harmonies of #454916
Complementary color
Monochromatic Colors of #454916
Black with #454916
Text Example
Text Example
White with #454916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454916; }
p { color: rgb(69,73,22); }
H1.HeaderClassName
{
color: #454916;
}
.AnyTagClassName
{
color: #454916;
}
</style>
background-color css
<style>
a { background-color: #454916; }
a { background-color: rgb(69,73,22); }
div.DivClassName
{
background-color: #454916;
}
.BgClassName
{
background-color: #454916;
}
</style>
border-color css
<style>
span { border-color: #454916; }
span { border-color: rgb(69,73,22); }
td.TdClassName
{
border-color: #454916;
}
.TagClassName
{
border-color: #454916;
}
</style>