Shades of Verdun Green #40500C
Tints of Verdun Green #40500C
RGB
CMYK
RGB Variations
Color information
#40500C (or 0x40500C) is known color: Verdun Green. HEX triplet: 40, 50 and 0C. RGB value is (64,80,12). Sum of RGB (Red+Green+Blue) = 64+80+12=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #40500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40500C is #BFAFF3. Grayscale: #434343. Windows color (decimal): -12562420 or 806976. OLE color: 806976.
HSL color Cylindrical-coordinate representation of color #40500C: hue angle of 74.12º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40500C is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 80 | 12 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.69 |
| HSL | 74.12º | 0.74% | 0.18% | - |
| HSV(B) | 74.12º | 0.85% | 0.31% | - |
| XYZ | 5.05 | 6.85 | 1.4 | - |
| YUV | 67.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 12 | 0.20 | 0 | 0.85 | 0.69 | 74.12 | 0.74 | 0.18 |
| Hex | 40 | 50 | C | 14 | 0 | 55 | 45 | 4A | 4A | 12 |
| Octal | 100 | 120 | 14 | 24 | 0 | 125 | 105 | 112 | 112 | 22 |
| Binary | 1000000 | 1010000 | 1100 | 10100 | 0 | 1010101 | 1000101 | 1001010 | 1001010 | 10010 |
Color Harmonies of #40500C
Complementary color
Monochromatic Colors of #40500C
Black with #40500C
Text Example
Text Example
White with #40500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40500C; }
p { color: rgb(64,80,12); }
H1.HeaderClassName
{
color: #40500C;
}
.AnyTagClassName
{
color: #40500C;
}
</style>
background-color css
<style>
a { background-color: #40500C; }
a { background-color: rgb(64,80,12); }
div.DivClassName
{
background-color: #40500C;
}
.BgClassName
{
background-color: #40500C;
}
</style>
border-color css
<style>
span { border-color: #40500C; }
span { border-color: rgb(64,80,12); }
td.TdClassName
{
border-color: #40500C;
}
.TagClassName
{
border-color: #40500C;
}
</style>