Shades of Verdun Green #406403
Tints of Verdun Green #406403
RGB
CMYK
RGB Variations
Color information
#406403 (or 0x406403) is known color: Verdun Green. HEX triplet: 40, 64 and 03. RGB value is (64,100,3). Sum of RGB (Red+Green+Blue) = 64+100+3=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 100 (39.45% from 255 or 59.88% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 100 - color contains mainly: green. Hex color #406403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406403 is #BF9BFC. Grayscale: #4E4E4E. Windows color (decimal): -12557309 or 222272. OLE color: 222272.
HSL color Cylindrical-coordinate representation of color #406403: hue angle of 82.27º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #406403 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 100 | 3 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.61 |
| HSL | 82.27º | 0.94% | 0.2% | - |
| HSV(B) | 82.27º | 0.97% | 0.39% | - |
| XYZ | 6.69 | 10.21 | 1.7 | - |
| YUV | 78.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 3 | 0.36 | 0 | 0.97 | 0.61 | 82.27 | 0.94 | 0.2 |
| Hex | 40 | 64 | 3 | 24 | 0 | 61 | 3D | 52 | 5E | 14 |
| Octal | 100 | 144 | 3 | 44 | 0 | 141 | 75 | 122 | 136 | 24 |
| Binary | 1000000 | 1100100 | 11 | 100100 | 0 | 1100001 | 111101 | 1010010 | 1011110 | 10100 |
Color Harmonies of #406403
Complementary color
Monochromatic Colors of #406403
Black with #406403
Text Example
Text Example
White with #406403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406403; }
p { color: rgb(64,100,3); }
H1.HeaderClassName
{
color: #406403;
}
.AnyTagClassName
{
color: #406403;
}
</style>
background-color css
<style>
a { background-color: #406403; }
a { background-color: rgb(64,100,3); }
div.DivClassName
{
background-color: #406403;
}
.BgClassName
{
background-color: #406403;
}
</style>
border-color css
<style>
span { border-color: #406403; }
span { border-color: rgb(64,100,3); }
td.TdClassName
{
border-color: #406403;
}
.TagClassName
{
border-color: #406403;
}
</style>