Shades of Verdun Green #445205
Tints of Verdun Green #445205
RGB
CMYK
RGB Variations
Color information
#445205 (or 0x445205) is known color: Verdun Green. HEX triplet: 44, 52 and 05. RGB value is (68,82,5). Sum of RGB (Red+Green+Blue) = 68+82+5=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #445205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445205 is #BBADFA. Grayscale: #454545. Windows color (decimal): -12299771 or 348740. OLE color: 348740.
HSL color Cylindrical-coordinate representation of color #445205: hue angle of 70.91º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #445205 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 82 | 5 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.68 |
| HSL | 70.91º | 0.89% | 0.17% | - |
| HSV(B) | 70.91º | 0.94% | 0.32% | - |
| XYZ | 5.43 | 7.27 | 1.26 | - |
| YUV | 69.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 5 | 0.17 | 0 | 0.94 | 0.68 | 70.91 | 0.89 | 0.17 |
| Hex | 44 | 52 | 5 | 11 | 0 | 5E | 44 | 47 | 59 | 11 |
| Octal | 104 | 122 | 5 | 21 | 0 | 136 | 104 | 107 | 131 | 21 |
| Binary | 1000100 | 1010010 | 101 | 10001 | 0 | 1011110 | 1000100 | 1000111 | 1011001 | 10001 |
Color Harmonies of #445205
Complementary color
Monochromatic Colors of #445205
Black with #445205
Text Example
Text Example
White with #445205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445205; }
p { color: rgb(68,82,5); }
H1.HeaderClassName
{
color: #445205;
}
.AnyTagClassName
{
color: #445205;
}
</style>
background-color css
<style>
a { background-color: #445205; }
a { background-color: rgb(68,82,5); }
div.DivClassName
{
background-color: #445205;
}
.BgClassName
{
background-color: #445205;
}
</style>
border-color css
<style>
span { border-color: #445205; }
span { border-color: rgb(68,82,5); }
td.TdClassName
{
border-color: #445205;
}
.TagClassName
{
border-color: #445205;
}
</style>