Shades of Verdun Green #404603
Tints of Verdun Green #404603
RGB
CMYK
RGB Variations
Color information
#404603 (or 0x404603) is known color: Verdun Green. HEX triplet: 40, 46 and 03. RGB value is (64,70,3). Sum of RGB (Red+Green+Blue) = 64+70+3=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #404603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404603 is #BFB9FC. Grayscale: #3C3C3C. Windows color (decimal): -12564989 or 214592. OLE color: 214592.
HSL color Cylindrical-coordinate representation of color #404603: hue angle of 65.37º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #404603 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 70 | 3 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.73 |
| HSL | 65.37º | 0.92% | 0.14% | - |
| HSV(B) | 65.37º | 0.96% | 0.27% | - |
| XYZ | 4.32 | 5.48 | 0.92 | - |
| YUV | 60.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 3 | 0.09 | 0 | 0.96 | 0.73 | 65.37 | 0.92 | 0.14 |
| Hex | 40 | 46 | 3 | 9 | 0 | 60 | 49 | 41 | 5C | E |
| Octal | 100 | 106 | 3 | 11 | 0 | 140 | 111 | 101 | 134 | 16 |
| Binary | 1000000 | 1000110 | 11 | 1001 | 0 | 1100000 | 1001001 | 1000001 | 1011100 | 1110 |
Color Harmonies of #404603
Complementary color
Monochromatic Colors of #404603
Black with #404603
Text Example
Text Example
White with #404603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404603; }
p { color: rgb(64,70,3); }
H1.HeaderClassName
{
color: #404603;
}
.AnyTagClassName
{
color: #404603;
}
</style>
background-color css
<style>
a { background-color: #404603; }
a { background-color: rgb(64,70,3); }
div.DivClassName
{
background-color: #404603;
}
.BgClassName
{
background-color: #404603;
}
</style>
border-color css
<style>
span { border-color: #404603; }
span { border-color: rgb(64,70,3); }
td.TdClassName
{
border-color: #404603;
}
.TagClassName
{
border-color: #404603;
}
</style>