Shades of Verdun Green #424D11
Tints of Verdun Green #424D11
RGB
CMYK
RGB Variations
Color information
#424D11 (or 0x424D11) is known color: Verdun Green. HEX triplet: 42, 4D and 11. RGB value is (66,77,17). Sum of RGB (Red+Green+Blue) = 66+77+17=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #424D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D11 is #BDB2EE. Grayscale: #434343. Windows color (decimal): -12432111 or 1133890. OLE color: 1133890.
HSL color Cylindrical-coordinate representation of color #424D11: hue angle of 71º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #424D11 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 17 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.70 |
| HSL | 71º | 0.64% | 0.18% | - |
| HSV(B) | 71º | 0.78% | 0.3% | - |
| XYZ | 5 | 6.51 | 1.52 | - |
| YUV | 66.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 17 | 0.14 | 0 | 0.78 | 0.70 | 71 | 0.64 | 0.18 |
| Hex | 42 | 4D | 11 | E | 0 | 4E | 46 | 47 | 40 | 12 |
| Octal | 102 | 115 | 21 | 16 | 0 | 116 | 106 | 107 | 100 | 22 |
| Binary | 1000010 | 1001101 | 10001 | 1110 | 0 | 1001110 | 1000110 | 1000111 | 1000000 | 10010 |
Color Harmonies of #424D11
Complementary color
Monochromatic Colors of #424D11
Black with #424D11
Text Example
Text Example
White with #424D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D11; }
p { color: rgb(66,77,17); }
H1.HeaderClassName
{
color: #424D11;
}
.AnyTagClassName
{
color: #424D11;
}
</style>
background-color css
<style>
a { background-color: #424D11; }
a { background-color: rgb(66,77,17); }
div.DivClassName
{
background-color: #424D11;
}
.BgClassName
{
background-color: #424D11;
}
</style>
border-color css
<style>
span { border-color: #424D11; }
span { border-color: rgb(66,77,17); }
td.TdClassName
{
border-color: #424D11;
}
.TagClassName
{
border-color: #424D11;
}
</style>