Shades of Verdun Green #40430B
Tints of Verdun Green #40430B
RGB
CMYK
RGB Variations
Color information
#40430B (or 0x40430B) is known color: Verdun Green. HEX triplet: 40, 43 and 0B. RGB value is (64,67,11). Sum of RGB (Red+Green+Blue) = 64+67+11=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #40430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40430B is #BFBCF4. Grayscale: #3B3B3B. Windows color (decimal): -12565749 or 738112. OLE color: 738112.
HSL color Cylindrical-coordinate representation of color #40430B: hue angle of 63.21º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40430B is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 67 | 11 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.74 |
| HSL | 63.21º | 0.72% | 0.15% | - |
| HSV(B) | 63.21º | 0.84% | 0.26% | - |
| XYZ | 4.18 | 5.13 | 1.09 | - |
| YUV | 59.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 11 | 0.04 | 0 | 0.84 | 0.74 | 63.21 | 0.72 | 0.15 |
| Hex | 40 | 43 | B | 4 | 0 | 54 | 4A | 3F | 48 | F |
| Octal | 100 | 103 | 13 | 4 | 0 | 124 | 112 | 77 | 110 | 17 |
| Binary | 1000000 | 1000011 | 1011 | 100 | 0 | 1010100 | 1001010 | 111111 | 1001000 | 1111 |
Color Harmonies of #40430B
Complementary color
Monochromatic Colors of #40430B
Black with #40430B
Text Example
Text Example
White with #40430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40430B; }
p { color: rgb(64,67,11); }
H1.HeaderClassName
{
color: #40430B;
}
.AnyTagClassName
{
color: #40430B;
}
</style>
background-color css
<style>
a { background-color: #40430B; }
a { background-color: rgb(64,67,11); }
div.DivClassName
{
background-color: #40430B;
}
.BgClassName
{
background-color: #40430B;
}
</style>
border-color css
<style>
span { border-color: #40430B; }
span { border-color: rgb(64,67,11); }
td.TdClassName
{
border-color: #40430B;
}
.TagClassName
{
border-color: #40430B;
}
</style>