Shades of Verdun Green #445609
Tints of Verdun Green #445609
RGB
CMYK
RGB Variations
Color information
#445609 (or 0x445609) is known color: Verdun Green. HEX triplet: 44, 56 and 09. RGB value is (68,86,9). Sum of RGB (Red+Green+Blue) = 68+86+9=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #445609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445609 is #BBA9F6. Grayscale: #484848. Windows color (decimal): -12298743 or 611908. OLE color: 611908.
HSL color Cylindrical-coordinate representation of color #445609: hue angle of 74.03º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #445609 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 86 | 9 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.66 |
| HSL | 74.03º | 0.81% | 0.19% | - |
| HSV(B) | 74.03º | 0.9% | 0.34% | - |
| XYZ | 5.76 | 7.9 | 1.48 | - |
| YUV | 71.84 | 92.54 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 9 | 0.21 | 0 | 0.90 | 0.66 | 74.03 | 0.81 | 0.19 |
| Hex | 44 | 56 | 9 | 15 | 0 | 5A | 42 | 4A | 51 | 13 |
| Octal | 104 | 126 | 11 | 25 | 0 | 132 | 102 | 112 | 121 | 23 |
| Binary | 1000100 | 1010110 | 1001 | 10101 | 0 | 1011010 | 1000010 | 1001010 | 1010001 | 10011 |
Color Harmonies of #445609
Complementary color
Monochromatic Colors of #445609
Black with #445609
Text Example
Text Example
White with #445609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445609; }
p { color: rgb(68,86,9); }
H1.HeaderClassName
{
color: #445609;
}
.AnyTagClassName
{
color: #445609;
}
</style>
background-color css
<style>
a { background-color: #445609; }
a { background-color: rgb(68,86,9); }
div.DivClassName
{
background-color: #445609;
}
.BgClassName
{
background-color: #445609;
}
</style>
border-color css
<style>
span { border-color: #445609; }
span { border-color: rgb(68,86,9); }
td.TdClassName
{
border-color: #445609;
}
.TagClassName
{
border-color: #445609;
}
</style>