Shades of Verdun Green #40511B
Tints of Verdun Green #40511B
RGB
CMYK
RGB Variations
Color information
#40511B (or 0x40511B) is known color: Verdun Green. HEX triplet: 40, 51 and 1B. RGB value is (64,81,27). Sum of RGB (Red+Green+Blue) = 64+81+27=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #40511B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40511B is #BFAEE4. Grayscale: #454545. Windows color (decimal): -12562149 or 1790272. OLE color: 1790272.
HSL color Cylindrical-coordinate representation of color #40511B: hue angle of 78.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40511B is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 81 | 27 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.68 |
| HSL | 78.89º | 0.5% | 0.21% | - |
| HSV(B) | 78.89º | 0.67% | 0.32% | - |
| XYZ | 5.25 | 7.05 | 2.12 | - |
| YUV | 69.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 27 | 0.21 | 0 | 0.67 | 0.68 | 78.89 | 0.5 | 0.21 |
| Hex | 40 | 51 | 1B | 15 | 0 | 43 | 44 | 4F | 32 | 15 |
| Octal | 100 | 121 | 33 | 25 | 0 | 103 | 104 | 117 | 62 | 25 |
| Binary | 1000000 | 1010001 | 11011 | 10101 | 0 | 1000011 | 1000100 | 1001111 | 110010 | 10101 |
Color Harmonies of #40511B
Complementary color
Monochromatic Colors of #40511B
Black with #40511B
Text Example
Text Example
White with #40511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40511B; }
p { color: rgb(64,81,27); }
H1.HeaderClassName
{
color: #40511B;
}
.AnyTagClassName
{
color: #40511B;
}
</style>
background-color css
<style>
a { background-color: #40511B; }
a { background-color: rgb(64,81,27); }
div.DivClassName
{
background-color: #40511B;
}
.BgClassName
{
background-color: #40511B;
}
</style>
border-color css
<style>
span { border-color: #40511B; }
span { border-color: rgb(64,81,27); }
td.TdClassName
{
border-color: #40511B;
}
.TagClassName
{
border-color: #40511B;
}
</style>