Shades of Verdun Green #40570D
Tints of Verdun Green #40570D
RGB
CMYK
RGB Variations
Color information
#40570D (or 0x40570D) is known color: Verdun Green. HEX triplet: 40, 57 and 0D. RGB value is (64,87,13). Sum of RGB (Red+Green+Blue) = 64+87+13=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 87 (34.38% from 255 or 53.05% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 87 - color contains mainly: green. Hex color #40570D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40570D is #BFA8F2. Grayscale: #474747. Windows color (decimal): -12560627 or 874304. OLE color: 874304.
HSL color Cylindrical-coordinate representation of color #40570D: hue angle of 78.65º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40570D is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 87 | 13 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.66 |
| HSL | 78.65º | 0.74% | 0.2% | - |
| HSV(B) | 78.65º | 0.85% | 0.34% | - |
| XYZ | 5.6 | 7.94 | 1.62 | - |
| YUV | 71.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 13 | 0.26 | 0 | 0.85 | 0.66 | 78.65 | 0.74 | 0.2 |
| Hex | 40 | 57 | D | 1A | 0 | 55 | 42 | 4F | 4A | 14 |
| Octal | 100 | 127 | 15 | 32 | 0 | 125 | 102 | 117 | 112 | 24 |
| Binary | 1000000 | 1010111 | 1101 | 11010 | 0 | 1010101 | 1000010 | 1001111 | 1001010 | 10100 |
Color Harmonies of #40570D
Complementary color
Monochromatic Colors of #40570D
Black with #40570D
Text Example
Text Example
White with #40570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40570D; }
p { color: rgb(64,87,13); }
H1.HeaderClassName
{
color: #40570D;
}
.AnyTagClassName
{
color: #40570D;
}
</style>
background-color css
<style>
a { background-color: #40570D; }
a { background-color: rgb(64,87,13); }
div.DivClassName
{
background-color: #40570D;
}
.BgClassName
{
background-color: #40570D;
}
</style>
border-color css
<style>
span { border-color: #40570D; }
span { border-color: rgb(64,87,13); }
td.TdClassName
{
border-color: #40570D;
}
.TagClassName
{
border-color: #40570D;
}
</style>