Shades of Verdun Green #454616
Tints of Verdun Green #454616
RGB
CMYK
RGB Variations
Color information
#454616 (or 0x454616) is known color: Verdun Green. HEX triplet: 45, 46 and 16. RGB value is (69,70,22). Sum of RGB (Red+Green+Blue) = 69+70+22=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #454616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454616 is #BAB9E9. Grayscale: #404040. Windows color (decimal): -12237290 or 1459781. OLE color: 1459781.
HSL color Cylindrical-coordinate representation of color #454616: hue angle of 61.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #454616 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 70 | 22 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.73 |
| HSL | 61.25º | 0.52% | 0.18% | - |
| HSV(B) | 61.25º | 0.69% | 0.27% | - |
| XYZ | 4.79 | 5.7 | 1.61 | - |
| YUV | 64.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 22 | 0.01 | 0 | 0.69 | 0.73 | 61.25 | 0.52 | 0.18 |
| Hex | 45 | 46 | 16 | 1 | 0 | 45 | 49 | 3D | 34 | 12 |
| Octal | 105 | 106 | 26 | 1 | 0 | 105 | 111 | 75 | 64 | 22 |
| Binary | 1000101 | 1000110 | 10110 | 1 | 0 | 1000101 | 1001001 | 111101 | 110100 | 10010 |
Color Harmonies of #454616
Complementary color
Monochromatic Colors of #454616
Black with #454616
Text Example
Text Example
White with #454616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454616; }
p { color: rgb(69,70,22); }
H1.HeaderClassName
{
color: #454616;
}
.AnyTagClassName
{
color: #454616;
}
</style>
background-color css
<style>
a { background-color: #454616; }
a { background-color: rgb(69,70,22); }
div.DivClassName
{
background-color: #454616;
}
.BgClassName
{
background-color: #454616;
}
</style>
border-color css
<style>
span { border-color: #454616; }
span { border-color: rgb(69,70,22); }
td.TdClassName
{
border-color: #454616;
}
.TagClassName
{
border-color: #454616;
}
</style>