Shades of Verdun Green #424D15
Tints of Verdun Green #424D15
RGB
CMYK
RGB Variations
Color information
#424D15 (or 0x424D15) is known color: Verdun Green. HEX triplet: 42, 4D and 15. RGB value is (66,77,21). Sum of RGB (Red+Green+Blue) = 66+77+21=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #424D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D15 is #BDB2EA. Grayscale: #434343. Windows color (decimal): -12432107 or 1396034. OLE color: 1396034.
HSL color Cylindrical-coordinate representation of color #424D15: hue angle of 71.79º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #424D15 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 21 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.70 |
| HSL | 71.79º | 0.57% | 0.19% | - |
| HSV(B) | 71.79º | 0.73% | 0.3% | - |
| XYZ | 5.04 | 6.52 | 1.7 | - |
| YUV | 67.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 21 | 0.14 | 0 | 0.73 | 0.70 | 71.79 | 0.57 | 0.19 |
| Hex | 42 | 4D | 15 | E | 0 | 49 | 46 | 48 | 39 | 13 |
| Octal | 102 | 115 | 25 | 16 | 0 | 111 | 106 | 110 | 71 | 23 |
| Binary | 1000010 | 1001101 | 10101 | 1110 | 0 | 1001001 | 1000110 | 1001000 | 111001 | 10011 |
Color Harmonies of #424D15
Complementary color
Monochromatic Colors of #424D15
Black with #424D15
Text Example
Text Example
White with #424D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D15; }
p { color: rgb(66,77,21); }
H1.HeaderClassName
{
color: #424D15;
}
.AnyTagClassName
{
color: #424D15;
}
</style>
background-color css
<style>
a { background-color: #424D15; }
a { background-color: rgb(66,77,21); }
div.DivClassName
{
background-color: #424D15;
}
.BgClassName
{
background-color: #424D15;
}
</style>
border-color css
<style>
span { border-color: #424D15; }
span { border-color: rgb(66,77,21); }
td.TdClassName
{
border-color: #424D15;
}
.TagClassName
{
border-color: #424D15;
}
</style>