Shades of Verdun Green #444D16
Tints of Verdun Green #444D16
RGB
CMYK
RGB Variations
Color information
#444D16 (or 0x444D16) is known color: Verdun Green. HEX triplet: 44, 4D and 16. RGB value is (68,77,22). Sum of RGB (Red+Green+Blue) = 68+77+22=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 77 - color contains mainly: green. Hex color #444D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444D16 is #BBB2E9. Grayscale: #444444. Windows color (decimal): -12301034 or 1461572. OLE color: 1461572.
HSL color Cylindrical-coordinate representation of color #444D16: hue angle of 69.82º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #444D16 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 22 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.70 |
| HSL | 69.82º | 0.56% | 0.19% | - |
| HSV(B) | 69.82º | 0.71% | 0.3% | - |
| XYZ | 5.18 | 6.59 | 1.76 | - |
| YUV | 68.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 22 | 0.12 | 0 | 0.71 | 0.70 | 69.82 | 0.56 | 0.19 |
| Hex | 44 | 4D | 16 | C | 0 | 47 | 46 | 46 | 38 | 13 |
| Octal | 104 | 115 | 26 | 14 | 0 | 107 | 106 | 106 | 70 | 23 |
| Binary | 1000100 | 1001101 | 10110 | 1100 | 0 | 1000111 | 1000110 | 1000110 | 111000 | 10011 |
Color Harmonies of #444D16
Complementary color
Monochromatic Colors of #444D16
Black with #444D16
Text Example
Text Example
White with #444D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D16; }
p { color: rgb(68,77,22); }
H1.HeaderClassName
{
color: #444D16;
}
.AnyTagClassName
{
color: #444D16;
}
</style>
background-color css
<style>
a { background-color: #444D16; }
a { background-color: rgb(68,77,22); }
div.DivClassName
{
background-color: #444D16;
}
.BgClassName
{
background-color: #444D16;
}
</style>
border-color css
<style>
span { border-color: #444D16; }
span { border-color: rgb(68,77,22); }
td.TdClassName
{
border-color: #444D16;
}
.TagClassName
{
border-color: #444D16;
}
</style>