Shades of Verdun Green #40600A
Tints of Verdun Green #40600A
RGB
CMYK
RGB Variations
Color information
#40600A (or 0x40600A) is known color: Verdun Green. HEX triplet: 40, 60 and 0A. RGB value is (64,96,10). Sum of RGB (Red+Green+Blue) = 64+96+10=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #40600A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40600A is #BF9FF5. Grayscale: #4C4C4C. Windows color (decimal): -12558326 or 680000. OLE color: 680000.
HSL color Cylindrical-coordinate representation of color #40600A: hue angle of 82.33º 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 #40600A is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 96 | 10 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.62 |
| HSL | 82.33º | 0.81% | 0.21% | - |
| HSV(B) | 82.33º | 0.9% | 0.38% | - |
| XYZ | 6.35 | 9.48 | 1.78 | - |
| YUV | 76.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 10 | 0.33 | 0 | 0.90 | 0.62 | 82.33 | 0.81 | 0.21 |
| Hex | 40 | 60 | A | 21 | 0 | 5A | 3E | 52 | 51 | 15 |
| Octal | 100 | 140 | 12 | 41 | 0 | 132 | 76 | 122 | 121 | 25 |
| Binary | 1000000 | 1100000 | 1010 | 100001 | 0 | 1011010 | 111110 | 1010010 | 1010001 | 10101 |
Color Harmonies of #40600A
Complementary color
Monochromatic Colors of #40600A
Black with #40600A
Text Example
Text Example
White with #40600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40600A; }
p { color: rgb(64,96,10); }
H1.HeaderClassName
{
color: #40600A;
}
.AnyTagClassName
{
color: #40600A;
}
</style>
background-color css
<style>
a { background-color: #40600A; }
a { background-color: rgb(64,96,10); }
div.DivClassName
{
background-color: #40600A;
}
.BgClassName
{
background-color: #40600A;
}
</style>
border-color css
<style>
span { border-color: #40600A; }
span { border-color: rgb(64,96,10); }
td.TdClassName
{
border-color: #40600A;
}
.TagClassName
{
border-color: #40600A;
}
</style>