Shades of Verdun Green #444616
Tints of Verdun Green #444616
RGB
CMYK
RGB Variations
Color information
#444616 (or 0x444616) is known color: Verdun Green. HEX triplet: 44, 46 and 16. RGB value is (68,70,22). Sum of RGB (Red+Green+Blue) = 68+70+22=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #444616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444616 is #BBB9E9. Grayscale: #404040. Windows color (decimal): -12302826 or 1459780. OLE color: 1459780.
HSL color Cylindrical-coordinate representation of color #444616: hue angle of 62.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #444616 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 70 | 22 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.73 |
| HSL | 62.5º | 0.52% | 0.18% | - |
| HSV(B) | 62.5º | 0.69% | 0.27% | - |
| XYZ | 4.72 | 5.67 | 1.6 | - |
| YUV | 63.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 22 | 0.03 | 0 | 0.69 | 0.73 | 62.5 | 0.52 | 0.18 |
| Hex | 44 | 46 | 16 | 3 | 0 | 45 | 49 | 3F | 34 | 12 |
| Octal | 104 | 106 | 26 | 3 | 0 | 105 | 111 | 77 | 64 | 22 |
| Binary | 1000100 | 1000110 | 10110 | 11 | 0 | 1000101 | 1001001 | 111111 | 110100 | 10010 |
Color Harmonies of #444616
Complementary color
Monochromatic Colors of #444616
Black with #444616
Text Example
Text Example
White with #444616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444616; }
p { color: rgb(68,70,22); }
H1.HeaderClassName
{
color: #444616;
}
.AnyTagClassName
{
color: #444616;
}
</style>
background-color css
<style>
a { background-color: #444616; }
a { background-color: rgb(68,70,22); }
div.DivClassName
{
background-color: #444616;
}
.BgClassName
{
background-color: #444616;
}
</style>
border-color css
<style>
span { border-color: #444616; }
span { border-color: rgb(68,70,22); }
td.TdClassName
{
border-color: #444616;
}
.TagClassName
{
border-color: #444616;
}
</style>