Shades of Verdun Green #444F18
Tints of Verdun Green #444F18
RGB
CMYK
RGB Variations
Color information
#444F18 (or 0x444F18) is known color: Verdun Green. HEX triplet: 44, 4F and 18. RGB value is (68,79,24). Sum of RGB (Red+Green+Blue) = 68+79+24=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #444F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444F18 is #BBB0E7. Grayscale: #454545. Windows color (decimal): -12300520 or 1593156. OLE color: 1593156.
HSL color Cylindrical-coordinate representation of color #444F18: hue angle of 72º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #444F18 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 24 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.69 |
| HSL | 72º | 0.53% | 0.2% | - |
| HSV(B) | 72º | 0.7% | 0.31% | - |
| XYZ | 5.34 | 6.89 | 1.91 | - |
| YUV | 69.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 24 | 0.14 | 0 | 0.70 | 0.69 | 72 | 0.53 | 0.2 |
| Hex | 44 | 4F | 18 | E | 0 | 46 | 45 | 48 | 35 | 14 |
| Octal | 104 | 117 | 30 | 16 | 0 | 106 | 105 | 110 | 65 | 24 |
| Binary | 1000100 | 1001111 | 11000 | 1110 | 0 | 1000110 | 1000101 | 1001000 | 110101 | 10100 |
Color Harmonies of #444F18
Complementary color
Monochromatic Colors of #444F18
Black with #444F18
Text Example
Text Example
White with #444F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F18; }
p { color: rgb(68,79,24); }
H1.HeaderClassName
{
color: #444F18;
}
.AnyTagClassName
{
color: #444F18;
}
</style>
background-color css
<style>
a { background-color: #444F18; }
a { background-color: rgb(68,79,24); }
div.DivClassName
{
background-color: #444F18;
}
.BgClassName
{
background-color: #444F18;
}
</style>
border-color css
<style>
span { border-color: #444F18; }
span { border-color: rgb(68,79,24); }
td.TdClassName
{
border-color: #444F18;
}
.TagClassName
{
border-color: #444F18;
}
</style>