Shades of Verdun Green #445706
Tints of Verdun Green #445706
RGB
CMYK
RGB Variations
Color information
#445706 (or 0x445706) is known color: Verdun Green. HEX triplet: 44, 57 and 06. RGB value is (68,87,6). Sum of RGB (Red+Green+Blue) = 68+87+6=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #445706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445706 is #BBA8F9. Grayscale: #484848. Windows color (decimal): -12298490 or 415556. OLE color: 415556.
HSL color Cylindrical-coordinate representation of color #445706: hue angle of 74.07º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #445706 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 87 | 6 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.66 |
| HSL | 74.07º | 0.87% | 0.18% | - |
| HSV(B) | 74.07º | 0.93% | 0.34% | - |
| XYZ | 5.82 | 8.06 | 1.42 | - |
| YUV | 72.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 6 | 0.22 | 0 | 0.93 | 0.66 | 74.07 | 0.87 | 0.18 |
| Hex | 44 | 57 | 6 | 16 | 0 | 5D | 42 | 4A | 57 | 12 |
| Octal | 104 | 127 | 6 | 26 | 0 | 135 | 102 | 112 | 127 | 22 |
| Binary | 1000100 | 1010111 | 110 | 10110 | 0 | 1011101 | 1000010 | 1001010 | 1010111 | 10010 |
Color Harmonies of #445706
Complementary color
Monochromatic Colors of #445706
Black with #445706
Text Example
Text Example
White with #445706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445706; }
p { color: rgb(68,87,6); }
H1.HeaderClassName
{
color: #445706;
}
.AnyTagClassName
{
color: #445706;
}
</style>
background-color css
<style>
a { background-color: #445706; }
a { background-color: rgb(68,87,6); }
div.DivClassName
{
background-color: #445706;
}
.BgClassName
{
background-color: #445706;
}
</style>
border-color css
<style>
span { border-color: #445706; }
span { border-color: rgb(68,87,6); }
td.TdClassName
{
border-color: #445706;
}
.TagClassName
{
border-color: #445706;
}
</style>