Shades of Verdun Green #40600D
Tints of Verdun Green #40600D
RGB
CMYK
RGB Variations
Color information
#40600D (or 0x40600D) is known color: Verdun Green. HEX triplet: 40, 60 and 0D. RGB value is (64,96,13). Sum of RGB (Red+Green+Blue) = 64+96+13=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #40600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40600D is #BF9FF2. Grayscale: #4D4D4D. Windows color (decimal): -12558323 or 876608. OLE color: 876608.
HSL color Cylindrical-coordinate representation of color #40600D: hue angle of 83.13º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40600D is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 96 | 13 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.62 |
| HSL | 83.13º | 0.76% | 0.21% | - |
| HSV(B) | 83.13º | 0.86% | 0.38% | - |
| XYZ | 6.37 | 9.48 | 1.88 | - |
| YUV | 76.97 | 91.9 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 13 | 0.33 | 0 | 0.86 | 0.62 | 83.13 | 0.76 | 0.21 |
| Hex | 40 | 60 | D | 21 | 0 | 56 | 3E | 53 | 4C | 15 |
| Octal | 100 | 140 | 15 | 41 | 0 | 126 | 76 | 123 | 114 | 25 |
| Binary | 1000000 | 1100000 | 1101 | 100001 | 0 | 1010110 | 111110 | 1010011 | 1001100 | 10101 |
Color Harmonies of #40600D
Complementary color
Monochromatic Colors of #40600D
Black with #40600D
Text Example
Text Example
White with #40600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40600D; }
p { color: rgb(64,96,13); }
H1.HeaderClassName
{
color: #40600D;
}
.AnyTagClassName
{
color: #40600D;
}
</style>
background-color css
<style>
a { background-color: #40600D; }
a { background-color: rgb(64,96,13); }
div.DivClassName
{
background-color: #40600D;
}
.BgClassName
{
background-color: #40600D;
}
</style>
border-color css
<style>
span { border-color: #40600D; }
span { border-color: rgb(64,96,13); }
td.TdClassName
{
border-color: #40600D;
}
.TagClassName
{
border-color: #40600D;
}
</style>