Shades of Verdun Green #454C16
Tints of Verdun Green #454C16
RGB
CMYK
RGB Variations
Color information
#454C16 (or 0x454C16) is known color: Verdun Green. HEX triplet: 45, 4C and 16. RGB value is (69,76,22). Sum of RGB (Red+Green+Blue) = 69+76+22=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #454C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454C16 is #BAB3E9. Grayscale: #434343. Windows color (decimal): -12235754 or 1461317. OLE color: 1461317.
HSL color Cylindrical-coordinate representation of color #454C16: hue angle of 67.78º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #454C16 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 22 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.70 |
| HSL | 67.78º | 0.55% | 0.19% | - |
| HSV(B) | 67.78º | 0.71% | 0.3% | - |
| XYZ | 5.18 | 6.49 | 1.74 | - |
| YUV | 67.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 22 | 0.09 | 0 | 0.71 | 0.70 | 67.78 | 0.55 | 0.19 |
| Hex | 45 | 4C | 16 | 9 | 0 | 47 | 46 | 44 | 37 | 13 |
| Octal | 105 | 114 | 26 | 11 | 0 | 107 | 106 | 104 | 67 | 23 |
| Binary | 1000101 | 1001100 | 10110 | 1001 | 0 | 1000111 | 1000110 | 1000100 | 110111 | 10011 |
Color Harmonies of #454C16
Complementary color
Monochromatic Colors of #454C16
Black with #454C16
Text Example
Text Example
White with #454C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C16; }
p { color: rgb(69,76,22); }
H1.HeaderClassName
{
color: #454C16;
}
.AnyTagClassName
{
color: #454C16;
}
</style>
background-color css
<style>
a { background-color: #454C16; }
a { background-color: rgb(69,76,22); }
div.DivClassName
{
background-color: #454C16;
}
.BgClassName
{
background-color: #454C16;
}
</style>
border-color css
<style>
span { border-color: #454C16; }
span { border-color: rgb(69,76,22); }
td.TdClassName
{
border-color: #454C16;
}
.TagClassName
{
border-color: #454C16;
}
</style>