Shades of Verdun Green #446019
Tints of Verdun Green #446019
RGB
CMYK
RGB Variations
Color information
#446019 (or 0x446019) is known color: Verdun Green. HEX triplet: 44, 60 and 19. RGB value is (68,96,25). Sum of RGB (Red+Green+Blue) = 68+96+25=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #446019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446019 is #BB9FE6. Grayscale: #4F4F4F. Windows color (decimal): -12296167 or 1663044. OLE color: 1663044.
HSL color Cylindrical-coordinate representation of color #446019: hue angle of 83.66º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #446019 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 96 | 25 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.62 |
| HSL | 83.66º | 0.59% | 0.24% | - |
| HSV(B) | 83.66º | 0.74% | 0.38% | - |
| XYZ | 6.74 | 9.66 | 2.43 | - |
| YUV | 79.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 25 | 0.29 | 0 | 0.74 | 0.62 | 83.66 | 0.59 | 0.24 |
| Hex | 44 | 60 | 19 | 1D | 0 | 4A | 3E | 54 | 3B | 18 |
| Octal | 104 | 140 | 31 | 35 | 0 | 112 | 76 | 124 | 73 | 30 |
| Binary | 1000100 | 1100000 | 11001 | 11101 | 0 | 1001010 | 111110 | 1010100 | 111011 | 11000 |
Color Harmonies of #446019
Complementary color
Monochromatic Colors of #446019
Black with #446019
Text Example
Text Example
White with #446019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446019; }
p { color: rgb(68,96,25); }
H1.HeaderClassName
{
color: #446019;
}
.AnyTagClassName
{
color: #446019;
}
</style>
background-color css
<style>
a { background-color: #446019; }
a { background-color: rgb(68,96,25); }
div.DivClassName
{
background-color: #446019;
}
.BgClassName
{
background-color: #446019;
}
</style>
border-color css
<style>
span { border-color: #446019; }
span { border-color: rgb(68,96,25); }
td.TdClassName
{
border-color: #446019;
}
.TagClassName
{
border-color: #446019;
}
</style>