Shades of Verdun Green #446012
Tints of Verdun Green #446012
RGB
CMYK
RGB Variations
Color information
#446012 (or 0x446012) is known color: Verdun Green. HEX triplet: 44, 60 and 12. RGB value is (68,96,18). Sum of RGB (Red+Green+Blue) = 68+96+18=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #446012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446012 is #BB9FED. Grayscale: #4F4F4F. Windows color (decimal): -12296174 or 1204292. OLE color: 1204292.
HSL color Cylindrical-coordinate representation of color #446012: hue angle of 81.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #446012 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 96 | 18 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.62 |
| HSL | 81.54º | 0.68% | 0.22% | - |
| HSV(B) | 81.54º | 0.81% | 0.38% | - |
| XYZ | 6.68 | 9.64 | 2.08 | - |
| YUV | 78.74 | 93.72 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 18 | 0.29 | 0 | 0.81 | 0.62 | 81.54 | 0.68 | 0.22 |
| Hex | 44 | 60 | 12 | 1D | 0 | 51 | 3E | 52 | 44 | 16 |
| Octal | 104 | 140 | 22 | 35 | 0 | 121 | 76 | 122 | 104 | 26 |
| Binary | 1000100 | 1100000 | 10010 | 11101 | 0 | 1010001 | 111110 | 1010010 | 1000100 | 10110 |
Color Harmonies of #446012
Complementary color
Monochromatic Colors of #446012
Black with #446012
Text Example
Text Example
White with #446012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446012; }
p { color: rgb(68,96,18); }
H1.HeaderClassName
{
color: #446012;
}
.AnyTagClassName
{
color: #446012;
}
</style>
background-color css
<style>
a { background-color: #446012; }
a { background-color: rgb(68,96,18); }
div.DivClassName
{
background-color: #446012;
}
.BgClassName
{
background-color: #446012;
}
</style>
border-color css
<style>
span { border-color: #446012; }
span { border-color: rgb(68,96,18); }
td.TdClassName
{
border-color: #446012;
}
.TagClassName
{
border-color: #446012;
}
</style>