Shades of Verdun Green #444F12
Tints of Verdun Green #444F12
RGB
CMYK
RGB Variations
Color information
#444F12 (or 0x444F12) is known color: Verdun Green. HEX triplet: 44, 4F and 12. RGB value is (68,79,18). Sum of RGB (Red+Green+Blue) = 68+79+18=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #444F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444F12 is #BBB0ED. Grayscale: #444444. Windows color (decimal): -12300526 or 1199940. OLE color: 1199940.
HSL color Cylindrical-coordinate representation of color #444F12: hue angle of 70.82º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #444F12 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 18 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.69 |
| HSL | 70.82º | 0.63% | 0.19% | - |
| HSV(B) | 70.82º | 0.77% | 0.31% | - |
| XYZ | 5.29 | 6.86 | 1.62 | - |
| YUV | 68.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 18 | 0.14 | 0 | 0.77 | 0.69 | 70.82 | 0.63 | 0.19 |
| Hex | 44 | 4F | 12 | E | 0 | 4D | 45 | 47 | 3F | 13 |
| Octal | 104 | 117 | 22 | 16 | 0 | 115 | 105 | 107 | 77 | 23 |
| Binary | 1000100 | 1001111 | 10010 | 1110 | 0 | 1001101 | 1000101 | 1000111 | 111111 | 10011 |
Color Harmonies of #444F12
Complementary color
Monochromatic Colors of #444F12
Black with #444F12
Text Example
Text Example
White with #444F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F12; }
p { color: rgb(68,79,18); }
H1.HeaderClassName
{
color: #444F12;
}
.AnyTagClassName
{
color: #444F12;
}
</style>
background-color css
<style>
a { background-color: #444F12; }
a { background-color: rgb(68,79,18); }
div.DivClassName
{
background-color: #444F12;
}
.BgClassName
{
background-color: #444F12;
}
</style>
border-color css
<style>
span { border-color: #444F12; }
span { border-color: rgb(68,79,18); }
td.TdClassName
{
border-color: #444F12;
}
.TagClassName
{
border-color: #444F12;
}
</style>