Shades of Verdun Green #445111
Tints of Verdun Green #445111
RGB
CMYK
RGB Variations
Color information
#445111 (or 0x445111) is known color: Verdun Green. HEX triplet: 44, 51 and 11. RGB value is (68,81,17). Sum of RGB (Red+Green+Blue) = 68+81+17=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #445111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445111 is #BBAEEE. Grayscale: #464646. Windows color (decimal): -12300015 or 1134916. OLE color: 1134916.
HSL color Cylindrical-coordinate representation of color #445111: hue angle of 72.19º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #445111 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 17 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.68 |
| HSL | 72.19º | 0.65% | 0.19% | - |
| HSV(B) | 72.19º | 0.79% | 0.32% | - |
| XYZ | 5.43 | 7.15 | 1.63 | - |
| YUV | 69.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 17 | 0.16 | 0 | 0.79 | 0.68 | 72.19 | 0.65 | 0.19 |
| Hex | 44 | 51 | 11 | 10 | 0 | 4F | 44 | 48 | 41 | 13 |
| Octal | 104 | 121 | 21 | 20 | 0 | 117 | 104 | 110 | 101 | 23 |
| Binary | 1000100 | 1010001 | 10001 | 10000 | 0 | 1001111 | 1000100 | 1001000 | 1000001 | 10011 |
Color Harmonies of #445111
Complementary color
Monochromatic Colors of #445111
Black with #445111
Text Example
Text Example
White with #445111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445111; }
p { color: rgb(68,81,17); }
H1.HeaderClassName
{
color: #445111;
}
.AnyTagClassName
{
color: #445111;
}
</style>
background-color css
<style>
a { background-color: #445111; }
a { background-color: rgb(68,81,17); }
div.DivClassName
{
background-color: #445111;
}
.BgClassName
{
background-color: #445111;
}
</style>
border-color css
<style>
span { border-color: #445111; }
span { border-color: rgb(68,81,17); }
td.TdClassName
{
border-color: #445111;
}
.TagClassName
{
border-color: #445111;
}
</style>