Shades of Verdun Green #404607
Tints of Verdun Green #404607
RGB
CMYK
RGB Variations
Color information
#404607 (or 0x404607) is known color: Verdun Green. HEX triplet: 40, 46 and 07. RGB value is (64,70,7). Sum of RGB (Red+Green+Blue) = 64+70+7=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #404607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404607 is #BFB9F8. Grayscale: #3D3D3D. Windows color (decimal): -12564985 or 476736. OLE color: 476736.
HSL color Cylindrical-coordinate representation of color #404607: hue angle of 65.71º 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 #404607 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 70 | 7 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.73 |
| HSL | 65.71º | 0.82% | 0.15% | - |
| HSV(B) | 65.71º | 0.9% | 0.27% | - |
| XYZ | 4.34 | 5.49 | 1.03 | - |
| YUV | 61.02 | 97.51 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 7 | 0.09 | 0 | 0.90 | 0.73 | 65.71 | 0.82 | 0.15 |
| Hex | 40 | 46 | 7 | 9 | 0 | 5A | 49 | 42 | 52 | F |
| Octal | 100 | 106 | 7 | 11 | 0 | 132 | 111 | 102 | 122 | 17 |
| Binary | 1000000 | 1000110 | 111 | 1001 | 0 | 1011010 | 1001001 | 1000010 | 1010010 | 1111 |
Color Harmonies of #404607
Complementary color
Monochromatic Colors of #404607
Black with #404607
Text Example
Text Example
White with #404607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404607; }
p { color: rgb(64,70,7); }
H1.HeaderClassName
{
color: #404607;
}
.AnyTagClassName
{
color: #404607;
}
</style>
background-color css
<style>
a { background-color: #404607; }
a { background-color: rgb(64,70,7); }
div.DivClassName
{
background-color: #404607;
}
.BgClassName
{
background-color: #404607;
}
</style>
border-color css
<style>
span { border-color: #404607; }
span { border-color: rgb(64,70,7); }
td.TdClassName
{
border-color: #404607;
}
.TagClassName
{
border-color: #404607;
}
</style>