Shades of Verdun Green #414D06
Tints of Verdun Green #414D06
RGB
CMYK
RGB Variations
Color information
#414D06 (or 0x414D06) is known color: Verdun Green. HEX triplet: 41, 4D and 06. RGB value is (65,77,6). Sum of RGB (Red+Green+Blue) = 65+77+6=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #414D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414D06 is #BEB2F9. Grayscale: #414141. Windows color (decimal): -12497658 or 412993. OLE color: 412993.
HSL color Cylindrical-coordinate representation of color #414D06: hue angle of 70.14º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #414D06 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 77 | 6 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.70 |
| HSL | 70.14º | 0.86% | 0.16% | - |
| HSV(B) | 70.14º | 0.92% | 0.3% | - |
| XYZ | 4.87 | 6.44 | 1.16 | - |
| YUV | 65.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 6 | 0.16 | 0 | 0.92 | 0.70 | 70.14 | 0.86 | 0.16 |
| Hex | 41 | 4D | 6 | 10 | 0 | 5C | 46 | 46 | 56 | 10 |
| Octal | 101 | 115 | 6 | 20 | 0 | 134 | 106 | 106 | 126 | 20 |
| Binary | 1000001 | 1001101 | 110 | 10000 | 0 | 1011100 | 1000110 | 1000110 | 1010110 | 10000 |
Color Harmonies of #414D06
Complementary color
Monochromatic Colors of #414D06
Black with #414D06
Text Example
Text Example
White with #414D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D06; }
p { color: rgb(65,77,6); }
H1.HeaderClassName
{
color: #414D06;
}
.AnyTagClassName
{
color: #414D06;
}
</style>
background-color css
<style>
a { background-color: #414D06; }
a { background-color: rgb(65,77,6); }
div.DivClassName
{
background-color: #414D06;
}
.BgClassName
{
background-color: #414D06;
}
</style>
border-color css
<style>
span { border-color: #414D06; }
span { border-color: rgb(65,77,6); }
td.TdClassName
{
border-color: #414D06;
}
.TagClassName
{
border-color: #414D06;
}
</style>