Shades of Verdun Green #444E17
Tints of Verdun Green #444E17
RGB
CMYK
RGB Variations
Color information
#444E17 (or 0x444E17) is known color: Verdun Green. HEX triplet: 44, 4E and 17. RGB value is (68,78,23). Sum of RGB (Red+Green+Blue) = 68+78+23=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 78 - color contains mainly: green. Hex color #444E17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444E17 is #BBB1E8. Grayscale: #444444. Windows color (decimal): -12300777 or 1527364. OLE color: 1527364.
HSL color Cylindrical-coordinate representation of color #444E17: hue angle of 70.91º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #444E17 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 78 | 23 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.69 |
| HSL | 70.91º | 0.54% | 0.2% | - |
| HSV(B) | 70.91º | 0.71% | 0.31% | - |
| XYZ | 5.26 | 6.74 | 1.83 | - |
| YUV | 68.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 23 | 0.13 | 0 | 0.71 | 0.69 | 70.91 | 0.54 | 0.2 |
| Hex | 44 | 4E | 17 | D | 0 | 47 | 45 | 47 | 36 | 14 |
| Octal | 104 | 116 | 27 | 15 | 0 | 107 | 105 | 107 | 66 | 24 |
| Binary | 1000100 | 1001110 | 10111 | 1101 | 0 | 1000111 | 1000101 | 1000111 | 110110 | 10100 |
Color Harmonies of #444E17
Complementary color
Monochromatic Colors of #444E17
Black with #444E17
Text Example
Text Example
White with #444E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E17; }
p { color: rgb(68,78,23); }
H1.HeaderClassName
{
color: #444E17;
}
.AnyTagClassName
{
color: #444E17;
}
</style>
background-color css
<style>
a { background-color: #444E17; }
a { background-color: rgb(68,78,23); }
div.DivClassName
{
background-color: #444E17;
}
.BgClassName
{
background-color: #444E17;
}
</style>
border-color css
<style>
span { border-color: #444E17; }
span { border-color: rgb(68,78,23); }
td.TdClassName
{
border-color: #444E17;
}
.TagClassName
{
border-color: #444E17;
}
</style>