Shades of Verdun Green #415707
Tints of Verdun Green #415707
RGB
CMYK
RGB Variations
Color information
#415707 (or 0x415707) is known color: Verdun Green. HEX triplet: 41, 57 and 07. RGB value is (65,87,7). Sum of RGB (Red+Green+Blue) = 65+87+7=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #415707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415707 is #BEA8F8. Grayscale: #474747. Windows color (decimal): -12495097 or 481089. OLE color: 481089.
HSL color Cylindrical-coordinate representation of color #415707: hue angle of 76.5º 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 #415707 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 87 | 7 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.66 |
| HSL | 76.5º | 0.85% | 0.18% | - |
| HSV(B) | 76.5º | 0.92% | 0.34% | - |
| XYZ | 5.63 | 7.96 | 1.44 | - |
| YUV | 71.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 7 | 0.25 | 0 | 0.92 | 0.66 | 76.5 | 0.85 | 0.18 |
| Hex | 41 | 57 | 7 | 19 | 0 | 5C | 42 | 4C | 55 | 12 |
| Octal | 101 | 127 | 7 | 31 | 0 | 134 | 102 | 114 | 125 | 22 |
| Binary | 1000001 | 1010111 | 111 | 11001 | 0 | 1011100 | 1000010 | 1001100 | 1010101 | 10010 |
Color Harmonies of #415707
Complementary color
Monochromatic Colors of #415707
Black with #415707
Text Example
Text Example
White with #415707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415707; }
p { color: rgb(65,87,7); }
H1.HeaderClassName
{
color: #415707;
}
.AnyTagClassName
{
color: #415707;
}
</style>
background-color css
<style>
a { background-color: #415707; }
a { background-color: rgb(65,87,7); }
div.DivClassName
{
background-color: #415707;
}
.BgClassName
{
background-color: #415707;
}
</style>
border-color css
<style>
span { border-color: #415707; }
span { border-color: rgb(65,87,7); }
td.TdClassName
{
border-color: #415707;
}
.TagClassName
{
border-color: #415707;
}
</style>