Shades of Verdun Green #454816
Tints of Verdun Green #454816
RGB
CMYK
RGB Variations
Color information
#454816 (or 0x454816) is known color: Verdun Green. HEX triplet: 45, 48 and 16. RGB value is (69,72,22). Sum of RGB (Red+Green+Blue) = 69+72+22=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #454816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454816 is #BAB7E9. Grayscale: #414141. Windows color (decimal): -12236778 or 1460293. OLE color: 1460293.
HSL color Cylindrical-coordinate representation of color #454816: hue angle of 63.6º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #454816 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 22 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.72 |
| HSL | 63.6º | 0.53% | 0.18% | - |
| HSV(B) | 63.6º | 0.69% | 0.28% | - |
| XYZ | 4.92 | 5.96 | 1.65 | - |
| YUV | 65.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 22 | 0.04 | 0 | 0.69 | 0.72 | 63.6 | 0.53 | 0.18 |
| Hex | 45 | 48 | 16 | 4 | 0 | 45 | 48 | 40 | 35 | 12 |
| Octal | 105 | 110 | 26 | 4 | 0 | 105 | 110 | 100 | 65 | 22 |
| Binary | 1000101 | 1001000 | 10110 | 100 | 0 | 1000101 | 1001000 | 1000000 | 110101 | 10010 |
Color Harmonies of #454816
Complementary color
Monochromatic Colors of #454816
Black with #454816
Text Example
Text Example
White with #454816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454816; }
p { color: rgb(69,72,22); }
H1.HeaderClassName
{
color: #454816;
}
.AnyTagClassName
{
color: #454816;
}
</style>
background-color css
<style>
a { background-color: #454816; }
a { background-color: rgb(69,72,22); }
div.DivClassName
{
background-color: #454816;
}
.BgClassName
{
background-color: #454816;
}
</style>
border-color css
<style>
span { border-color: #454816; }
span { border-color: rgb(69,72,22); }
td.TdClassName
{
border-color: #454816;
}
.TagClassName
{
border-color: #454816;
}
</style>