Shades of Verdun Green #40531B
Tints of Verdun Green #40531B
RGB
CMYK
RGB Variations
Color information
#40531B (or 0x40531B) is known color: Verdun Green. HEX triplet: 40, 53 and 1B. RGB value is (64,83,27). Sum of RGB (Red+Green+Blue) = 64+83+27=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #40531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40531B is #BFACE4. Grayscale: #474747. Windows color (decimal): -12561637 or 1790784. OLE color: 1790784.
HSL color Cylindrical-coordinate representation of color #40531B: hue angle of 80.36º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40531B is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 83 | 27 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.67 |
| HSL | 80.36º | 0.51% | 0.22% | - |
| HSV(B) | 80.36º | 0.67% | 0.33% | - |
| XYZ | 5.41 | 7.36 | 2.17 | - |
| YUV | 70.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 27 | 0.23 | 0 | 0.67 | 0.67 | 80.36 | 0.51 | 0.22 |
| Hex | 40 | 53 | 1B | 17 | 0 | 43 | 43 | 50 | 33 | 16 |
| Octal | 100 | 123 | 33 | 27 | 0 | 103 | 103 | 120 | 63 | 26 |
| Binary | 1000000 | 1010011 | 11011 | 10111 | 0 | 1000011 | 1000011 | 1010000 | 110011 | 10110 |
Color Harmonies of #40531B
Complementary color
Monochromatic Colors of #40531B
Black with #40531B
Text Example
Text Example
White with #40531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40531B; }
p { color: rgb(64,83,27); }
H1.HeaderClassName
{
color: #40531B;
}
.AnyTagClassName
{
color: #40531B;
}
</style>
background-color css
<style>
a { background-color: #40531B; }
a { background-color: rgb(64,83,27); }
div.DivClassName
{
background-color: #40531B;
}
.BgClassName
{
background-color: #40531B;
}
</style>
border-color css
<style>
span { border-color: #40531B; }
span { border-color: rgb(64,83,27); }
td.TdClassName
{
border-color: #40531B;
}
.TagClassName
{
border-color: #40531B;
}
</style>