Shades of Verdun Green #445713
Tints of Verdun Green #445713
RGB
CMYK
RGB Variations
Color information
#445713 (or 0x445713) is known color: Verdun Green. HEX triplet: 44, 57 and 13. RGB value is (68,87,19). Sum of RGB (Red+Green+Blue) = 68+87+19=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #445713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445713 is #BBA8EC. Grayscale: #494949. Windows color (decimal): -12298477 or 1267524. OLE color: 1267524.
HSL color Cylindrical-coordinate representation of color #445713: hue angle of 76.76º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #445713 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 87 | 19 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.66 |
| HSL | 76.76º | 0.64% | 0.21% | - |
| HSV(B) | 76.76º | 0.78% | 0.34% | - |
| XYZ | 5.91 | 8.09 | 1.87 | - |
| YUV | 73.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 19 | 0.22 | 0 | 0.78 | 0.66 | 76.76 | 0.64 | 0.21 |
| Hex | 44 | 57 | 13 | 16 | 0 | 4E | 42 | 4D | 40 | 15 |
| Octal | 104 | 127 | 23 | 26 | 0 | 116 | 102 | 115 | 100 | 25 |
| Binary | 1000100 | 1010111 | 10011 | 10110 | 0 | 1001110 | 1000010 | 1001101 | 1000000 | 10101 |
Color Harmonies of #445713
Complementary color
Monochromatic Colors of #445713
Black with #445713
Text Example
Text Example
White with #445713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445713; }
p { color: rgb(68,87,19); }
H1.HeaderClassName
{
color: #445713;
}
.AnyTagClassName
{
color: #445713;
}
</style>
background-color css
<style>
a { background-color: #445713; }
a { background-color: rgb(68,87,19); }
div.DivClassName
{
background-color: #445713;
}
.BgClassName
{
background-color: #445713;
}
</style>
border-color css
<style>
span { border-color: #445713; }
span { border-color: rgb(68,87,19); }
td.TdClassName
{
border-color: #445713;
}
.TagClassName
{
border-color: #445713;
}
</style>