Shades of Verdun Green #445404
Tints of Verdun Green #445404
RGB
CMYK
RGB Variations
Color information
#445404 (or 0x445404) is known color: Verdun Green. HEX triplet: 44, 54 and 04. RGB value is (68,84,4). Sum of RGB (Red+Green+Blue) = 68+84+4=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #445404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445404 is #BBABFB. Grayscale: #464646. Windows color (decimal): -12299260 or 283716. OLE color: 283716.
HSL color Cylindrical-coordinate representation of color #445404: hue angle of 72º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #445404 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 84 | 4 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.67 |
| HSL | 72º | 0.91% | 0.17% | - |
| HSV(B) | 72º | 0.95% | 0.33% | - |
| XYZ | 5.58 | 7.58 | 1.28 | - |
| YUV | 70.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 4 | 0.19 | 0 | 0.95 | 0.67 | 72 | 0.91 | 0.17 |
| Hex | 44 | 54 | 4 | 13 | 0 | 5F | 43 | 48 | 5B | 11 |
| Octal | 104 | 124 | 4 | 23 | 0 | 137 | 103 | 110 | 133 | 21 |
| Binary | 1000100 | 1010100 | 100 | 10011 | 0 | 1011111 | 1000011 | 1001000 | 1011011 | 10001 |
Color Harmonies of #445404
Complementary color
Monochromatic Colors of #445404
Black with #445404
Text Example
Text Example
White with #445404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445404; }
p { color: rgb(68,84,4); }
H1.HeaderClassName
{
color: #445404;
}
.AnyTagClassName
{
color: #445404;
}
</style>
background-color css
<style>
a { background-color: #445404; }
a { background-color: rgb(68,84,4); }
div.DivClassName
{
background-color: #445404;
}
.BgClassName
{
background-color: #445404;
}
</style>
border-color css
<style>
span { border-color: #445404; }
span { border-color: rgb(68,84,4); }
td.TdClassName
{
border-color: #445404;
}
.TagClassName
{
border-color: #445404;
}
</style>