Shades of Verdun Green #445509
Tints of Verdun Green #445509
RGB
CMYK
RGB Variations
Color information
#445509 (or 0x445509) is known color: Verdun Green. HEX triplet: 44, 55 and 09. RGB value is (68,85,9). Sum of RGB (Red+Green+Blue) = 68+85+9=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #445509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445509 is #BBAAF6. Grayscale: #474747. Windows color (decimal): -12298999 or 611652. OLE color: 611652.
HSL color Cylindrical-coordinate representation of color #445509: hue angle of 73.42º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #445509 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 9 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.67 |
| HSL | 73.42º | 0.81% | 0.18% | - |
| HSV(B) | 73.42º | 0.89% | 0.33% | - |
| XYZ | 5.68 | 7.75 | 1.45 | - |
| YUV | 71.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 9 | 0.20 | 0 | 0.89 | 0.67 | 73.42 | 0.81 | 0.18 |
| Hex | 44 | 55 | 9 | 14 | 0 | 59 | 43 | 49 | 51 | 12 |
| Octal | 104 | 125 | 11 | 24 | 0 | 131 | 103 | 111 | 121 | 22 |
| Binary | 1000100 | 1010101 | 1001 | 10100 | 0 | 1011001 | 1000011 | 1001001 | 1010001 | 10010 |
Color Harmonies of #445509
Complementary color
Monochromatic Colors of #445509
Black with #445509
Text Example
Text Example
White with #445509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445509; }
p { color: rgb(68,85,9); }
H1.HeaderClassName
{
color: #445509;
}
.AnyTagClassName
{
color: #445509;
}
</style>
background-color css
<style>
a { background-color: #445509; }
a { background-color: rgb(68,85,9); }
div.DivClassName
{
background-color: #445509;
}
.BgClassName
{
background-color: #445509;
}
</style>
border-color css
<style>
span { border-color: #445509; }
span { border-color: rgb(68,85,9); }
td.TdClassName
{
border-color: #445509;
}
.TagClassName
{
border-color: #445509;
}
</style>