Shades of Verdun Green #444610
Tints of Verdun Green #444610
RGB
CMYK
RGB Variations
Color information
#444610 (or 0x444610) is known color: Verdun Green. HEX triplet: 44, 46 and 10. RGB value is (68,70,16). Sum of RGB (Red+Green+Blue) = 68+70+16=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #444610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444610 is #BBB9EF. Grayscale: #3F3F3F. Windows color (decimal): -12302832 or 1066564. OLE color: 1066564.
HSL color Cylindrical-coordinate representation of color #444610: hue angle of 62.22º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #444610 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 70 | 16 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.73 |
| HSL | 62.22º | 0.63% | 0.17% | - |
| HSV(B) | 62.22º | 0.77% | 0.27% | - |
| XYZ | 4.67 | 5.65 | 1.33 | - |
| YUV | 63.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 16 | 0.03 | 0 | 0.77 | 0.73 | 62.22 | 0.63 | 0.17 |
| Hex | 44 | 46 | 10 | 3 | 0 | 4D | 49 | 3E | 3F | 11 |
| Octal | 104 | 106 | 20 | 3 | 0 | 115 | 111 | 76 | 77 | 21 |
| Binary | 1000100 | 1000110 | 10000 | 11 | 0 | 1001101 | 1001001 | 111110 | 111111 | 10001 |
Color Harmonies of #444610
Complementary color
Monochromatic Colors of #444610
Black with #444610
Text Example
Text Example
White with #444610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444610; }
p { color: rgb(68,70,16); }
H1.HeaderClassName
{
color: #444610;
}
.AnyTagClassName
{
color: #444610;
}
</style>
background-color css
<style>
a { background-color: #444610; }
a { background-color: rgb(68,70,16); }
div.DivClassName
{
background-color: #444610;
}
.BgClassName
{
background-color: #444610;
}
</style>
border-color css
<style>
span { border-color: #444610; }
span { border-color: rgb(68,70,16); }
td.TdClassName
{
border-color: #444610;
}
.TagClassName
{
border-color: #444610;
}
</style>