Shades of Verdun Green #414607
Tints of Verdun Green #414607
RGB
CMYK
RGB Variations
Color information
#414607 (or 0x414607) is known color: Verdun Green. HEX triplet: 41, 46 and 07. RGB value is (65,70,7). Sum of RGB (Red+Green+Blue) = 65+70+7=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #414607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414607 is #BEB9F8. Grayscale: #3D3D3D. Windows color (decimal): -12499449 or 476737. OLE color: 476737.
HSL color Cylindrical-coordinate representation of color #414607: hue angle of 64.76º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #414607 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 70 | 7 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.73 |
| HSL | 64.76º | 0.82% | 0.15% | - |
| HSV(B) | 64.76º | 0.9% | 0.27% | - |
| XYZ | 4.41 | 5.52 | 1.03 | - |
| YUV | 61.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 7 | 0.07 | 0 | 0.90 | 0.73 | 64.76 | 0.82 | 0.15 |
| Hex | 41 | 46 | 7 | 7 | 0 | 5A | 49 | 41 | 52 | F |
| Octal | 101 | 106 | 7 | 7 | 0 | 132 | 111 | 101 | 122 | 17 |
| Binary | 1000001 | 1000110 | 111 | 111 | 0 | 1011010 | 1001001 | 1000001 | 1010010 | 1111 |
Color Harmonies of #414607
Complementary color
Monochromatic Colors of #414607
Black with #414607
Text Example
Text Example
White with #414607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414607; }
p { color: rgb(65,70,7); }
H1.HeaderClassName
{
color: #414607;
}
.AnyTagClassName
{
color: #414607;
}
</style>
background-color css
<style>
a { background-color: #414607; }
a { background-color: rgb(65,70,7); }
div.DivClassName
{
background-color: #414607;
}
.BgClassName
{
background-color: #414607;
}
</style>
border-color css
<style>
span { border-color: #414607; }
span { border-color: rgb(65,70,7); }
td.TdClassName
{
border-color: #414607;
}
.TagClassName
{
border-color: #414607;
}
</style>