Shades of Verdun Green #40470D
Tints of Verdun Green #40470D
RGB
CMYK
RGB Variations
Color information
#40470D (or 0x40470D) is known color: Verdun Green. HEX triplet: 40, 47 and 0D. RGB value is (64,71,13). Sum of RGB (Red+Green+Blue) = 64+71+13=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #40470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40470D is #BFB8F2. Grayscale: #3E3E3E. Windows color (decimal): -12564723 or 870208. OLE color: 870208.
HSL color Cylindrical-coordinate representation of color #40470D: hue angle of 67.24º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40470D is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 13 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.72 |
| HSL | 67.24º | 0.69% | 0.16% | - |
| HSV(B) | 67.24º | 0.82% | 0.28% | - |
| XYZ | 4.44 | 5.63 | 1.23 | - |
| YUV | 62.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 13 | 0.10 | 0 | 0.82 | 0.72 | 67.24 | 0.69 | 0.16 |
| Hex | 40 | 47 | D | A | 0 | 52 | 48 | 43 | 45 | 10 |
| Octal | 100 | 107 | 15 | 12 | 0 | 122 | 110 | 103 | 105 | 20 |
| Binary | 1000000 | 1000111 | 1101 | 1010 | 0 | 1010010 | 1001000 | 1000011 | 1000101 | 10000 |
Color Harmonies of #40470D
Complementary color
Monochromatic Colors of #40470D
Black with #40470D
Text Example
Text Example
White with #40470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40470D; }
p { color: rgb(64,71,13); }
H1.HeaderClassName
{
color: #40470D;
}
.AnyTagClassName
{
color: #40470D;
}
</style>
background-color css
<style>
a { background-color: #40470D; }
a { background-color: rgb(64,71,13); }
div.DivClassName
{
background-color: #40470D;
}
.BgClassName
{
background-color: #40470D;
}
</style>
border-color css
<style>
span { border-color: #40470D; }
span { border-color: rgb(64,71,13); }
td.TdClassName
{
border-color: #40470D;
}
.TagClassName
{
border-color: #40470D;
}
</style>