Shades of Verdun Green #444810
Tints of Verdun Green #444810
RGB
CMYK
RGB Variations
Color information
#444810 (or 0x444810) is known color: Verdun Green. HEX triplet: 44, 48 and 10. RGB value is (68,72,16). Sum of RGB (Red+Green+Blue) = 68+72+16=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #444810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444810 is #BBB7EF. Grayscale: #404040. Windows color (decimal): -12302320 or 1067076. OLE color: 1067076.
HSL color Cylindrical-coordinate representation of color #444810: hue angle of 64.29º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #444810 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 72 | 16 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.72 |
| HSL | 64.29º | 0.64% | 0.17% | - |
| HSV(B) | 64.29º | 0.78% | 0.28% | - |
| XYZ | 4.79 | 5.9 | 1.38 | - |
| YUV | 64.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 16 | 0.06 | 0 | 0.78 | 0.72 | 64.29 | 0.64 | 0.17 |
| Hex | 44 | 48 | 10 | 6 | 0 | 4E | 48 | 40 | 40 | 11 |
| Octal | 104 | 110 | 20 | 6 | 0 | 116 | 110 | 100 | 100 | 21 |
| Binary | 1000100 | 1001000 | 10000 | 110 | 0 | 1001110 | 1001000 | 1000000 | 1000000 | 10001 |
Color Harmonies of #444810
Complementary color
Monochromatic Colors of #444810
Black with #444810
Text Example
Text Example
White with #444810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444810; }
p { color: rgb(68,72,16); }
H1.HeaderClassName
{
color: #444810;
}
.AnyTagClassName
{
color: #444810;
}
</style>
background-color css
<style>
a { background-color: #444810; }
a { background-color: rgb(68,72,16); }
div.DivClassName
{
background-color: #444810;
}
.BgClassName
{
background-color: #444810;
}
</style>
border-color css
<style>
span { border-color: #444810; }
span { border-color: rgb(68,72,16); }
td.TdClassName
{
border-color: #444810;
}
.TagClassName
{
border-color: #444810;
}
</style>