Shades of Verdun Green #404202
Tints of Verdun Green #404202
RGB
CMYK
RGB Variations
Color information
#404202 (or 0x404202) is known color: Verdun Green. HEX triplet: 40, 42 and 02. RGB value is (64,66,2). Sum of RGB (Red+Green+Blue) = 64+66+2=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #404202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404202 is #BFBDFD. Grayscale: #3A3A3A. Windows color (decimal): -12566014 or 148032. OLE color: 148032.
HSL color Cylindrical-coordinate representation of color #404202: hue angle of 61.88º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #404202 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 2 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.74 |
| HSL | 61.88º | 0.94% | 0.13% | - |
| HSV(B) | 61.88º | 0.97% | 0.26% | - |
| XYZ | 4.07 | 4.99 | 0.81 | - |
| YUV | 58.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 2 | 0.03 | 0 | 0.97 | 0.74 | 61.88 | 0.94 | 0.13 |
| Hex | 40 | 42 | 2 | 3 | 0 | 61 | 4A | 3E | 5E | D |
| Octal | 100 | 102 | 2 | 3 | 0 | 141 | 112 | 76 | 136 | 15 |
| Binary | 1000000 | 1000010 | 10 | 11 | 0 | 1100001 | 1001010 | 111110 | 1011110 | 1101 |
Color Harmonies of #404202
Complementary color
Monochromatic Colors of #404202
Black with #404202
Text Example
Text Example
White with #404202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404202; }
p { color: rgb(64,66,2); }
H1.HeaderClassName
{
color: #404202;
}
.AnyTagClassName
{
color: #404202;
}
</style>
background-color css
<style>
a { background-color: #404202; }
a { background-color: rgb(64,66,2); }
div.DivClassName
{
background-color: #404202;
}
.BgClassName
{
background-color: #404202;
}
</style>
border-color css
<style>
span { border-color: #404202; }
span { border-color: rgb(64,66,2); }
td.TdClassName
{
border-color: #404202;
}
.TagClassName
{
border-color: #404202;
}
</style>