Shades of Verdun Green #445113
Tints of Verdun Green #445113
RGB
CMYK
RGB Variations
Color information
#445113 (or 0x445113) is known color: Verdun Green. HEX triplet: 44, 51 and 13. RGB value is (68,81,19). Sum of RGB (Red+Green+Blue) = 68+81+19=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #445113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445113 is #BBAEEC. Grayscale: #464646. Windows color (decimal): -12300013 or 1265988. OLE color: 1265988.
HSL color Cylindrical-coordinate representation of color #445113: hue angle of 72.58º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #445113 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 19 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.68 |
| HSL | 72.58º | 0.62% | 0.2% | - |
| HSV(B) | 72.58º | 0.77% | 0.32% | - |
| XYZ | 5.44 | 7.16 | 1.71 | - |
| YUV | 70.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 19 | 0.16 | 0 | 0.77 | 0.68 | 72.58 | 0.62 | 0.2 |
| Hex | 44 | 51 | 13 | 10 | 0 | 4D | 44 | 49 | 3E | 14 |
| Octal | 104 | 121 | 23 | 20 | 0 | 115 | 104 | 111 | 76 | 24 |
| Binary | 1000100 | 1010001 | 10011 | 10000 | 0 | 1001101 | 1000100 | 1001001 | 111110 | 10100 |
Color Harmonies of #445113
Complementary color
Monochromatic Colors of #445113
Black with #445113
Text Example
Text Example
White with #445113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445113; }
p { color: rgb(68,81,19); }
H1.HeaderClassName
{
color: #445113;
}
.AnyTagClassName
{
color: #445113;
}
</style>
background-color css
<style>
a { background-color: #445113; }
a { background-color: rgb(68,81,19); }
div.DivClassName
{
background-color: #445113;
}
.BgClassName
{
background-color: #445113;
}
</style>
border-color css
<style>
span { border-color: #445113; }
span { border-color: rgb(68,81,19); }
td.TdClassName
{
border-color: #445113;
}
.TagClassName
{
border-color: #445113;
}
</style>