Shades of Verdun Green #40500B
Tints of Verdun Green #40500B
RGB
CMYK
RGB Variations
Color information
#40500B (or 0x40500B) is known color: Verdun Green. HEX triplet: 40, 50 and 0B. RGB value is (64,80,11). Sum of RGB (Red+Green+Blue) = 64+80+11=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #40500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40500B is #BFAFF4. Grayscale: #434343. Windows color (decimal): -12562421 or 741440. OLE color: 741440.
HSL color Cylindrical-coordinate representation of color #40500B: hue angle of 73.91º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40500B is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 80 | 11 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.69 |
| HSL | 73.91º | 0.76% | 0.18% | - |
| HSV(B) | 73.91º | 0.86% | 0.31% | - |
| XYZ | 5.04 | 6.85 | 1.37 | - |
| YUV | 67.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 11 | 0.20 | 0 | 0.86 | 0.69 | 73.91 | 0.76 | 0.18 |
| Hex | 40 | 50 | B | 14 | 0 | 56 | 45 | 4A | 4C | 12 |
| Octal | 100 | 120 | 13 | 24 | 0 | 126 | 105 | 112 | 114 | 22 |
| Binary | 1000000 | 1010000 | 1011 | 10100 | 0 | 1010110 | 1000101 | 1001010 | 1001100 | 10010 |
Color Harmonies of #40500B
Complementary color
Monochromatic Colors of #40500B
Black with #40500B
Text Example
Text Example
White with #40500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40500B; }
p { color: rgb(64,80,11); }
H1.HeaderClassName
{
color: #40500B;
}
.AnyTagClassName
{
color: #40500B;
}
</style>
background-color css
<style>
a { background-color: #40500B; }
a { background-color: rgb(64,80,11); }
div.DivClassName
{
background-color: #40500B;
}
.BgClassName
{
background-color: #40500B;
}
</style>
border-color css
<style>
span { border-color: #40500B; }
span { border-color: rgb(64,80,11); }
td.TdClassName
{
border-color: #40500B;
}
.TagClassName
{
border-color: #40500B;
}
</style>