Shades of Verdun Green #444F11
Tints of Verdun Green #444F11
RGB
CMYK
RGB Variations
Color information
#444F11 (or 0x444F11) is known color: Verdun Green. HEX triplet: 44, 4F and 11. RGB value is (68,79,17). Sum of RGB (Red+Green+Blue) = 68+79+17=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #444F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444F11 is #BBB0EE. Grayscale: #444444. Windows color (decimal): -12300527 or 1134404. OLE color: 1134404.
HSL color Cylindrical-coordinate representation of color #444F11: hue angle of 70.65º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #444F11 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 17 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.69 |
| HSL | 70.65º | 0.65% | 0.19% | - |
| HSV(B) | 70.65º | 0.78% | 0.31% | - |
| XYZ | 5.28 | 6.86 | 1.58 | - |
| YUV | 68.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 17 | 0.14 | 0 | 0.78 | 0.69 | 70.65 | 0.65 | 0.19 |
| Hex | 44 | 4F | 11 | E | 0 | 4E | 45 | 47 | 41 | 13 |
| Octal | 104 | 117 | 21 | 16 | 0 | 116 | 105 | 107 | 101 | 23 |
| Binary | 1000100 | 1001111 | 10001 | 1110 | 0 | 1001110 | 1000101 | 1000111 | 1000001 | 10011 |
Color Harmonies of #444F11
Complementary color
Monochromatic Colors of #444F11
Black with #444F11
Text Example
Text Example
White with #444F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F11; }
p { color: rgb(68,79,17); }
H1.HeaderClassName
{
color: #444F11;
}
.AnyTagClassName
{
color: #444F11;
}
</style>
background-color css
<style>
a { background-color: #444F11; }
a { background-color: rgb(68,79,17); }
div.DivClassName
{
background-color: #444F11;
}
.BgClassName
{
background-color: #444F11;
}
</style>
border-color css
<style>
span { border-color: #444F11; }
span { border-color: rgb(68,79,17); }
td.TdClassName
{
border-color: #444F11;
}
.TagClassName
{
border-color: #444F11;
}
</style>