Shades of Verdun Green #445119
Tints of Verdun Green #445119
RGB
CMYK
RGB Variations
Color information
#445119 (or 0x445119) is known color: Verdun Green. HEX triplet: 44, 51 and 19. RGB value is (68,81,25). Sum of RGB (Red+Green+Blue) = 68+81+25=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #445119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445119 is #BBAEE6. Grayscale: #464646. Windows color (decimal): -12300007 or 1659204. OLE color: 1659204.
HSL color Cylindrical-coordinate representation of color #445119: hue angle of 73.93º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #445119 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 25 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.68 |
| HSL | 73.93º | 0.53% | 0.21% | - |
| HSV(B) | 73.93º | 0.69% | 0.32% | - |
| XYZ | 5.5 | 7.18 | 2.02 | - |
| YUV | 70.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 25 | 0.16 | 0 | 0.69 | 0.68 | 73.93 | 0.53 | 0.21 |
| Hex | 44 | 51 | 19 | 10 | 0 | 45 | 44 | 4A | 35 | 15 |
| Octal | 104 | 121 | 31 | 20 | 0 | 105 | 104 | 112 | 65 | 25 |
| Binary | 1000100 | 1010001 | 11001 | 10000 | 0 | 1000101 | 1000100 | 1001010 | 110101 | 10101 |
Color Harmonies of #445119
Complementary color
Monochromatic Colors of #445119
Black with #445119
Text Example
Text Example
White with #445119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445119; }
p { color: rgb(68,81,25); }
H1.HeaderClassName
{
color: #445119;
}
.AnyTagClassName
{
color: #445119;
}
</style>
background-color css
<style>
a { background-color: #445119; }
a { background-color: rgb(68,81,25); }
div.DivClassName
{
background-color: #445119;
}
.BgClassName
{
background-color: #445119;
}
</style>
border-color css
<style>
span { border-color: #445119; }
span { border-color: rgb(68,81,25); }
td.TdClassName
{
border-color: #445119;
}
.TagClassName
{
border-color: #445119;
}
</style>