Shades of Verdun Green #40540B
Tints of Verdun Green #40540B
RGB
CMYK
RGB Variations
Color information
#40540B (or 0x40540B) is known color: Verdun Green. HEX triplet: 40, 54 and 0B. RGB value is (64,84,11). Sum of RGB (Red+Green+Blue) = 64+84+11=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #40540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40540B is #BFABF4. Grayscale: #454545. Windows color (decimal): -12561397 or 742464. OLE color: 742464.
HSL color Cylindrical-coordinate representation of color #40540B: hue angle of 76.44º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40540B is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 11 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.67 |
| HSL | 76.44º | 0.77% | 0.19% | - |
| HSV(B) | 76.44º | 0.87% | 0.33% | - |
| XYZ | 5.35 | 7.45 | 1.47 | - |
| YUV | 69.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 11 | 0.24 | 0 | 0.87 | 0.67 | 76.44 | 0.77 | 0.19 |
| Hex | 40 | 54 | B | 18 | 0 | 57 | 43 | 4C | 4D | 13 |
| Octal | 100 | 124 | 13 | 30 | 0 | 127 | 103 | 114 | 115 | 23 |
| Binary | 1000000 | 1010100 | 1011 | 11000 | 0 | 1010111 | 1000011 | 1001100 | 1001101 | 10011 |
Color Harmonies of #40540B
Complementary color
Monochromatic Colors of #40540B
Black with #40540B
Text Example
Text Example
White with #40540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40540B; }
p { color: rgb(64,84,11); }
H1.HeaderClassName
{
color: #40540B;
}
.AnyTagClassName
{
color: #40540B;
}
</style>
background-color css
<style>
a { background-color: #40540B; }
a { background-color: rgb(64,84,11); }
div.DivClassName
{
background-color: #40540B;
}
.BgClassName
{
background-color: #40540B;
}
</style>
border-color css
<style>
span { border-color: #40540B; }
span { border-color: rgb(64,84,11); }
td.TdClassName
{
border-color: #40540B;
}
.TagClassName
{
border-color: #40540B;
}
</style>