Shades of Verdun Green #424D19
Tints of Verdun Green #424D19
RGB
CMYK
RGB Variations
Color information
#424D19 (or 0x424D19) is known color: Verdun Green. HEX triplet: 42, 4D and 19. RGB value is (66,77,25). Sum of RGB (Red+Green+Blue) = 66+77+25=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #424D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D19 is #BDB2E6. Grayscale: #434343. Windows color (decimal): -12432103 or 1658178. OLE color: 1658178.
HSL color Cylindrical-coordinate representation of color #424D19: hue angle of 72.69º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424D19 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 25 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.70 |
| HSL | 72.69º | 0.51% | 0.2% | - |
| HSV(B) | 72.69º | 0.68% | 0.3% | - |
| XYZ | 5.08 | 6.54 | 1.91 | - |
| YUV | 67.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 25 | 0.14 | 0 | 0.68 | 0.70 | 72.69 | 0.51 | 0.2 |
| Hex | 42 | 4D | 19 | E | 0 | 44 | 46 | 49 | 33 | 14 |
| Octal | 102 | 115 | 31 | 16 | 0 | 104 | 106 | 111 | 63 | 24 |
| Binary | 1000010 | 1001101 | 11001 | 1110 | 0 | 1000100 | 1000110 | 1001001 | 110011 | 10100 |
Color Harmonies of #424D19
Complementary color
Monochromatic Colors of #424D19
Black with #424D19
Text Example
Text Example
White with #424D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D19; }
p { color: rgb(66,77,25); }
H1.HeaderClassName
{
color: #424D19;
}
.AnyTagClassName
{
color: #424D19;
}
</style>
background-color css
<style>
a { background-color: #424D19; }
a { background-color: rgb(66,77,25); }
div.DivClassName
{
background-color: #424D19;
}
.BgClassName
{
background-color: #424D19;
}
</style>
border-color css
<style>
span { border-color: #424D19; }
span { border-color: rgb(66,77,25); }
td.TdClassName
{
border-color: #424D19;
}
.TagClassName
{
border-color: #424D19;
}
</style>