Shades of Verdun Green #40570C
Tints of Verdun Green #40570C
RGB
CMYK
RGB Variations
Color information
#40570C (or 0x40570C) is known color: Verdun Green. HEX triplet: 40, 57 and 0C. RGB value is (64,87,12). Sum of RGB (Red+Green+Blue) = 64+87+12=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 87 (34.38% from 255 or 53.37% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 87 - color contains mainly: green. Hex color #40570C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40570C is #BFA8F3. Grayscale: #474747. Windows color (decimal): -12560628 or 808768. OLE color: 808768.
HSL color Cylindrical-coordinate representation of color #40570C: hue angle of 78.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40570C is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 87 | 12 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.66 |
| HSL | 78.4º | 0.76% | 0.19% | - |
| HSV(B) | 78.4º | 0.86% | 0.34% | - |
| XYZ | 5.59 | 7.93 | 1.58 | - |
| YUV | 71.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 12 | 0.26 | 0 | 0.86 | 0.66 | 78.4 | 0.76 | 0.19 |
| Hex | 40 | 57 | C | 1A | 0 | 56 | 42 | 4E | 4C | 13 |
| Octal | 100 | 127 | 14 | 32 | 0 | 126 | 102 | 116 | 114 | 23 |
| Binary | 1000000 | 1010111 | 1100 | 11010 | 0 | 1010110 | 1000010 | 1001110 | 1001100 | 10011 |
Color Harmonies of #40570C
Complementary color
Monochromatic Colors of #40570C
Black with #40570C
Text Example
Text Example
White with #40570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40570C; }
p { color: rgb(64,87,12); }
H1.HeaderClassName
{
color: #40570C;
}
.AnyTagClassName
{
color: #40570C;
}
</style>
background-color css
<style>
a { background-color: #40570C; }
a { background-color: rgb(64,87,12); }
div.DivClassName
{
background-color: #40570C;
}
.BgClassName
{
background-color: #40570C;
}
</style>
border-color css
<style>
span { border-color: #40570C; }
span { border-color: rgb(64,87,12); }
td.TdClassName
{
border-color: #40570C;
}
.TagClassName
{
border-color: #40570C;
}
</style>