Shades of Verdun Green #406302
Tints of Verdun Green #406302
RGB
CMYK
RGB Variations
Color information
#406302 (or 0x406302) is known color: Verdun Green. HEX triplet: 40, 63 and 02. RGB value is (64,99,2). Sum of RGB (Red+Green+Blue) = 64+99+2=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #406302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406302 is #BF9CFD. Grayscale: #4D4D4D. Windows color (decimal): -12557566 or 156480. OLE color: 156480.
HSL color Cylindrical-coordinate representation of color #406302: hue angle of 81.65º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #406302 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 99 | 2 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.61 |
| HSL | 81.65º | 0.96% | 0.2% | - |
| HSV(B) | 81.65º | 0.98% | 0.39% | - |
| XYZ | 6.59 | 10.02 | 1.64 | - |
| YUV | 77.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 2 | 0.35 | 0 | 0.98 | 0.61 | 81.65 | 0.96 | 0.2 |
| Hex | 40 | 63 | 2 | 23 | 0 | 62 | 3D | 52 | 60 | 14 |
| Octal | 100 | 143 | 2 | 43 | 0 | 142 | 75 | 122 | 140 | 24 |
| Binary | 1000000 | 1100011 | 10 | 100011 | 0 | 1100010 | 111101 | 1010010 | 1100000 | 10100 |
Color Harmonies of #406302
Complementary color
Monochromatic Colors of #406302
Black with #406302
Text Example
Text Example
White with #406302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406302; }
p { color: rgb(64,99,2); }
H1.HeaderClassName
{
color: #406302;
}
.AnyTagClassName
{
color: #406302;
}
</style>
background-color css
<style>
a { background-color: #406302; }
a { background-color: rgb(64,99,2); }
div.DivClassName
{
background-color: #406302;
}
.BgClassName
{
background-color: #406302;
}
</style>
border-color css
<style>
span { border-color: #406302; }
span { border-color: rgb(64,99,2); }
td.TdClassName
{
border-color: #406302;
}
.TagClassName
{
border-color: #406302;
}
</style>