Shades of Verdun Green #445409
Tints of Verdun Green #445409
RGB
CMYK
RGB Variations
Color information
#445409 (or 0x445409) is known color: Verdun Green. HEX triplet: 44, 54 and 09. RGB value is (68,84,9). Sum of RGB (Red+Green+Blue) = 68+84+9=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #445409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445409 is #BBABF6. Grayscale: #464646. Windows color (decimal): -12299255 or 611396. OLE color: 611396.
HSL color Cylindrical-coordinate representation of color #445409: hue angle of 72.8º 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 #445409 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 84 | 9 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.67 |
| HSL | 72.8º | 0.81% | 0.18% | - |
| HSV(B) | 72.8º | 0.89% | 0.33% | - |
| XYZ | 5.6 | 7.59 | 1.43 | - |
| YUV | 70.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 9 | 0.19 | 0 | 0.89 | 0.67 | 72.8 | 0.81 | 0.18 |
| Hex | 44 | 54 | 9 | 13 | 0 | 59 | 43 | 49 | 51 | 12 |
| Octal | 104 | 124 | 11 | 23 | 0 | 131 | 103 | 111 | 121 | 22 |
| Binary | 1000100 | 1010100 | 1001 | 10011 | 0 | 1011001 | 1000011 | 1001001 | 1010001 | 10010 |
Color Harmonies of #445409
Complementary color
Monochromatic Colors of #445409
Black with #445409
Text Example
Text Example
White with #445409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445409; }
p { color: rgb(68,84,9); }
H1.HeaderClassName
{
color: #445409;
}
.AnyTagClassName
{
color: #445409;
}
</style>
background-color css
<style>
a { background-color: #445409; }
a { background-color: rgb(68,84,9); }
div.DivClassName
{
background-color: #445409;
}
.BgClassName
{
background-color: #445409;
}
</style>
border-color css
<style>
span { border-color: #445409; }
span { border-color: rgb(68,84,9); }
td.TdClassName
{
border-color: #445409;
}
.TagClassName
{
border-color: #445409;
}
</style>