Shades of Verdun Green #445707
Tints of Verdun Green #445707
RGB
CMYK
RGB Variations
Color information
#445707 (or 0x445707) is known color: Verdun Green. HEX triplet: 44, 57 and 07. RGB value is (68,87,7). Sum of RGB (Red+Green+Blue) = 68+87+7=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #445707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445707 is #BBA8F8. Grayscale: #484848. Windows color (decimal): -12298489 or 481092. OLE color: 481092.
HSL color Cylindrical-coordinate representation of color #445707: hue angle of 74.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #445707 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 87 | 7 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.66 |
| HSL | 74.25º | 0.85% | 0.18% | - |
| HSV(B) | 74.25º | 0.92% | 0.34% | - |
| XYZ | 5.83 | 8.06 | 1.45 | - |
| YUV | 72.2 | 91.21 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 7 | 0.22 | 0 | 0.92 | 0.66 | 74.25 | 0.85 | 0.18 |
| Hex | 44 | 57 | 7 | 16 | 0 | 5C | 42 | 4A | 55 | 12 |
| Octal | 104 | 127 | 7 | 26 | 0 | 134 | 102 | 112 | 125 | 22 |
| Binary | 1000100 | 1010111 | 111 | 10110 | 0 | 1011100 | 1000010 | 1001010 | 1010101 | 10010 |
Color Harmonies of #445707
Complementary color
Monochromatic Colors of #445707
Black with #445707
Text Example
Text Example
White with #445707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445707; }
p { color: rgb(68,87,7); }
H1.HeaderClassName
{
color: #445707;
}
.AnyTagClassName
{
color: #445707;
}
</style>
background-color css
<style>
a { background-color: #445707; }
a { background-color: rgb(68,87,7); }
div.DivClassName
{
background-color: #445707;
}
.BgClassName
{
background-color: #445707;
}
</style>
border-color css
<style>
span { border-color: #445707; }
span { border-color: rgb(68,87,7); }
td.TdClassName
{
border-color: #445707;
}
.TagClassName
{
border-color: #445707;
}
</style>