Shades of Verdun Green #445117
Tints of Verdun Green #445117
RGB
CMYK
RGB Variations
Color information
#445117 (or 0x445117) is known color: Verdun Green. HEX triplet: 44, 51 and 17. RGB value is (68,81,23). Sum of RGB (Red+Green+Blue) = 68+81+23=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #445117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445117 is #BBAEE8. Grayscale: #464646. Windows color (decimal): -12300009 or 1528132. OLE color: 1528132.
HSL color Cylindrical-coordinate representation of color #445117: hue angle of 73.45º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #445117 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 23 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.68 |
| HSL | 73.45º | 0.56% | 0.2% | - |
| HSV(B) | 73.45º | 0.72% | 0.32% | - |
| XYZ | 5.48 | 7.18 | 1.91 | - |
| YUV | 70.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 23 | 0.16 | 0 | 0.72 | 0.68 | 73.45 | 0.56 | 0.2 |
| Hex | 44 | 51 | 17 | 10 | 0 | 48 | 44 | 49 | 38 | 14 |
| Octal | 104 | 121 | 27 | 20 | 0 | 110 | 104 | 111 | 70 | 24 |
| Binary | 1000100 | 1010001 | 10111 | 10000 | 0 | 1001000 | 1000100 | 1001001 | 111000 | 10100 |
Color Harmonies of #445117
Complementary color
Monochromatic Colors of #445117
Black with #445117
Text Example
Text Example
White with #445117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445117; }
p { color: rgb(68,81,23); }
H1.HeaderClassName
{
color: #445117;
}
.AnyTagClassName
{
color: #445117;
}
</style>
background-color css
<style>
a { background-color: #445117; }
a { background-color: rgb(68,81,23); }
div.DivClassName
{
background-color: #445117;
}
.BgClassName
{
background-color: #445117;
}
</style>
border-color css
<style>
span { border-color: #445117; }
span { border-color: rgb(68,81,23); }
td.TdClassName
{
border-color: #445117;
}
.TagClassName
{
border-color: #445117;
}
</style>