Shades of Verdun Green #444916
Tints of Verdun Green #444916
RGB
CMYK
RGB Variations
Color information
#444916 (or 0x444916) is known color: Verdun Green. HEX triplet: 44, 49 and 16. RGB value is (68,73,22). Sum of RGB (Red+Green+Blue) = 68+73+22=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #444916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444916 is #BBB6E9. Grayscale: #414141. Windows color (decimal): -12302058 or 1460548. OLE color: 1460548.
HSL color Cylindrical-coordinate representation of color #444916: hue angle of 65.88º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #444916 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 22 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.71 |
| HSL | 65.88º | 0.54% | 0.19% | - |
| HSV(B) | 65.88º | 0.7% | 0.29% | - |
| XYZ | 4.91 | 6.05 | 1.67 | - |
| YUV | 65.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 22 | 0.07 | 0 | 0.70 | 0.71 | 65.88 | 0.54 | 0.19 |
| Hex | 44 | 49 | 16 | 7 | 0 | 46 | 47 | 42 | 36 | 13 |
| Octal | 104 | 111 | 26 | 7 | 0 | 106 | 107 | 102 | 66 | 23 |
| Binary | 1000100 | 1001001 | 10110 | 111 | 0 | 1000110 | 1000111 | 1000010 | 110110 | 10011 |
Color Harmonies of #444916
Complementary color
Monochromatic Colors of #444916
Black with #444916
Text Example
Text Example
White with #444916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444916; }
p { color: rgb(68,73,22); }
H1.HeaderClassName
{
color: #444916;
}
.AnyTagClassName
{
color: #444916;
}
</style>
background-color css
<style>
a { background-color: #444916; }
a { background-color: rgb(68,73,22); }
div.DivClassName
{
background-color: #444916;
}
.BgClassName
{
background-color: #444916;
}
</style>
border-color css
<style>
span { border-color: #444916; }
span { border-color: rgb(68,73,22); }
td.TdClassName
{
border-color: #444916;
}
.TagClassName
{
border-color: #444916;
}
</style>