Shades of Verdun Green #40660D
Tints of Verdun Green #40660D
RGB
CMYK
RGB Variations
Color information
#40660D (or 0x40660D) is known color: Verdun Green. HEX triplet: 40, 66 and 0D. RGB value is (64,102,13). Sum of RGB (Red+Green+Blue) = 64+102+13=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #40660D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40660D is #BF99F2. Grayscale: #505050. Windows color (decimal): -12556787 or 878144. OLE color: 878144.
HSL color Cylindrical-coordinate representation of color #40660D: hue angle of 85.62º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40660D is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 102 | 13 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.6 |
| HSL | 85.62º | 0.77% | 0.23% | - |
| HSV(B) | 85.62º | 0.87% | 0.4% | - |
| XYZ | 6.94 | 10.62 | 2.07 | - |
| YUV | 80.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 13 | 0.37 | 0 | 0.87 | 0.6 | 85.62 | 0.77 | 0.23 |
| Hex | 40 | 66 | D | 25 | 0 | 57 | 3C | 56 | 4D | 17 |
| Octal | 100 | 146 | 15 | 45 | 0 | 127 | 74 | 126 | 115 | 27 |
| Binary | 1000000 | 1100110 | 1101 | 100101 | 0 | 1010111 | 111100 | 1010110 | 1001101 | 10111 |
Color Harmonies of #40660D
Complementary color
Monochromatic Colors of #40660D
Black with #40660D
Text Example
Text Example
White with #40660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40660D; }
p { color: rgb(64,102,13); }
H1.HeaderClassName
{
color: #40660D;
}
.AnyTagClassName
{
color: #40660D;
}
</style>
background-color css
<style>
a { background-color: #40660D; }
a { background-color: rgb(64,102,13); }
div.DivClassName
{
background-color: #40660D;
}
.BgClassName
{
background-color: #40660D;
}
</style>
border-color css
<style>
span { border-color: #40660D; }
span { border-color: rgb(64,102,13); }
td.TdClassName
{
border-color: #40660D;
}
.TagClassName
{
border-color: #40660D;
}
</style>