Shades of Verdun Green #406500
Tints of Verdun Green #406500
RGB
CMYK
RGB Variations
Color information
#406500 (or 0x406500) is known color: Verdun Green. HEX triplet: 40, 65 and 00. RGB value is (64,101,0). Sum of RGB (Red+Green+Blue) = 64+101+0=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 101 (39.84% from 255 or 61.21% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 101 - color contains mainly: green. Hex color #406500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406500 is #BF9AFF. Grayscale: #4E4E4E. Windows color (decimal): -12557056 or 25920. OLE color: 25920.
HSL color Cylindrical-coordinate representation of color #406500: hue angle of 81.98º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #406500 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 101 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.60 |
| HSL | 81.98º | 1% | 0.2% | - |
| HSV(B) | 81.98º | 1% | 0.4% | - |
| XYZ | 6.77 | 10.4 | 1.65 | - |
| YUV | 78.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 0 | 0.37 | 0 | 1 | 0.60 | 81.98 | 1 | 0.2 |
| Hex | 40 | 65 | 0 | 25 | 0 | 64 | 3C | 52 | 64 | 14 |
| Octal | 100 | 145 | 0 | 45 | 0 | 144 | 74 | 122 | 144 | 24 |
| Binary | 1000000 | 1100101 | 0 | 100101 | 0 | 1100100 | 111100 | 1010010 | 1100100 | 10100 |
Color Harmonies of #406500
Complementary color
Monochromatic Colors of #406500
Black with #406500
Text Example
Text Example
White with #406500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406500; }
p { color: rgb(64,101,0); }
H1.HeaderClassName
{
color: #406500;
}
.AnyTagClassName
{
color: #406500;
}
</style>
background-color css
<style>
a { background-color: #406500; }
a { background-color: rgb(64,101,0); }
div.DivClassName
{
background-color: #406500;
}
.BgClassName
{
background-color: #406500;
}
</style>
border-color css
<style>
span { border-color: #406500; }
span { border-color: rgb(64,101,0); }
td.TdClassName
{
border-color: #406500;
}
.TagClassName
{
border-color: #406500;
}
</style>