Shades of Verdun Green #40620A
Tints of Verdun Green #40620A
RGB
CMYK
RGB Variations
Color information
#40620A (or 0x40620A) is known color: Verdun Green. HEX triplet: 40, 62 and 0A. RGB value is (64,98,10). Sum of RGB (Red+Green+Blue) = 64+98+10=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #40620A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40620A is #BF9DF5. Grayscale: #4E4E4E. Windows color (decimal): -12557814 or 680512. OLE color: 680512.
HSL color Cylindrical-coordinate representation of color #40620A: hue angle of 83.18º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40620A is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 98 | 10 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.62 |
| HSL | 83.18º | 0.81% | 0.21% | - |
| HSV(B) | 83.18º | 0.9% | 0.38% | - |
| XYZ | 6.54 | 9.85 | 1.84 | - |
| YUV | 77.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 10 | 0.35 | 0 | 0.90 | 0.62 | 83.18 | 0.81 | 0.21 |
| Hex | 40 | 62 | A | 23 | 0 | 5A | 3E | 53 | 51 | 15 |
| Octal | 100 | 142 | 12 | 43 | 0 | 132 | 76 | 123 | 121 | 25 |
| Binary | 1000000 | 1100010 | 1010 | 100011 | 0 | 1011010 | 111110 | 1010011 | 1010001 | 10101 |
Color Harmonies of #40620A
Complementary color
Monochromatic Colors of #40620A
Black with #40620A
Text Example
Text Example
White with #40620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40620A; }
p { color: rgb(64,98,10); }
H1.HeaderClassName
{
color: #40620A;
}
.AnyTagClassName
{
color: #40620A;
}
</style>
background-color css
<style>
a { background-color: #40620A; }
a { background-color: rgb(64,98,10); }
div.DivClassName
{
background-color: #40620A;
}
.BgClassName
{
background-color: #40620A;
}
</style>
border-color css
<style>
span { border-color: #40620A; }
span { border-color: rgb(64,98,10); }
td.TdClassName
{
border-color: #40620A;
}
.TagClassName
{
border-color: #40620A;
}
</style>