Shades of Verdun Green #406202
Tints of Verdun Green #406202
RGB
CMYK
RGB Variations
Color information
#406202 (or 0x406202) is known color: Verdun Green. HEX triplet: 40, 62 and 02. RGB value is (64,98,2). Sum of RGB (Red+Green+Blue) = 64+98+2=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #406202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406202 is #BF9DFD. Grayscale: #4D4D4D. Windows color (decimal): -12557822 or 156224. OLE color: 156224.
HSL color Cylindrical-coordinate representation of color #406202: hue angle of 81.25º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #406202 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 98 | 2 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.62 |
| HSL | 81.25º | 0.96% | 0.2% | - |
| HSV(B) | 81.25º | 0.98% | 0.38% | - |
| XYZ | 6.49 | 9.83 | 1.61 | - |
| YUV | 76.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 2 | 0.35 | 0 | 0.98 | 0.62 | 81.25 | 0.96 | 0.2 |
| Hex | 40 | 62 | 2 | 23 | 0 | 62 | 3E | 51 | 60 | 14 |
| Octal | 100 | 142 | 2 | 43 | 0 | 142 | 76 | 121 | 140 | 24 |
| Binary | 1000000 | 1100010 | 10 | 100011 | 0 | 1100010 | 111110 | 1010001 | 1100000 | 10100 |
Color Harmonies of #406202
Complementary color
Monochromatic Colors of #406202
Black with #406202
Text Example
Text Example
White with #406202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406202; }
p { color: rgb(64,98,2); }
H1.HeaderClassName
{
color: #406202;
}
.AnyTagClassName
{
color: #406202;
}
</style>
background-color css
<style>
a { background-color: #406202; }
a { background-color: rgb(64,98,2); }
div.DivClassName
{
background-color: #406202;
}
.BgClassName
{
background-color: #406202;
}
</style>
border-color css
<style>
span { border-color: #406202; }
span { border-color: rgb(64,98,2); }
td.TdClassName
{
border-color: #406202;
}
.TagClassName
{
border-color: #406202;
}
</style>