Shades of Verdun Green #445112
Tints of Verdun Green #445112
RGB
CMYK
RGB Variations
Color information
#445112 (or 0x445112) is known color: Verdun Green. HEX triplet: 44, 51 and 12. RGB value is (68,81,18). Sum of RGB (Red+Green+Blue) = 68+81+18=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #445112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445112 is #BBAEED. Grayscale: #464646. Windows color (decimal): -12300014 or 1200452. OLE color: 1200452.
HSL color Cylindrical-coordinate representation of color #445112: hue angle of 72.38º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #445112 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 18 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.68 |
| HSL | 72.38º | 0.64% | 0.19% | - |
| HSV(B) | 72.38º | 0.78% | 0.32% | - |
| XYZ | 5.44 | 7.16 | 1.67 | - |
| YUV | 69.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 18 | 0.16 | 0 | 0.78 | 0.68 | 72.38 | 0.64 | 0.19 |
| Hex | 44 | 51 | 12 | 10 | 0 | 4E | 44 | 48 | 40 | 13 |
| Octal | 104 | 121 | 22 | 20 | 0 | 116 | 104 | 110 | 100 | 23 |
| Binary | 1000100 | 1010001 | 10010 | 10000 | 0 | 1001110 | 1000100 | 1001000 | 1000000 | 10011 |
Color Harmonies of #445112
Complementary color
Monochromatic Colors of #445112
Black with #445112
Text Example
Text Example
White with #445112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445112; }
p { color: rgb(68,81,18); }
H1.HeaderClassName
{
color: #445112;
}
.AnyTagClassName
{
color: #445112;
}
</style>
background-color css
<style>
a { background-color: #445112; }
a { background-color: rgb(68,81,18); }
div.DivClassName
{
background-color: #445112;
}
.BgClassName
{
background-color: #445112;
}
</style>
border-color css
<style>
span { border-color: #445112; }
span { border-color: rgb(68,81,18); }
td.TdClassName
{
border-color: #445112;
}
.TagClassName
{
border-color: #445112;
}
</style>