Shades of Verdun Green #424D05
Tints of Verdun Green #424D05
RGB
CMYK
RGB Variations
Color information
#424D05 (or 0x424D05) is known color: Verdun Green. HEX triplet: 42, 4D and 05. RGB value is (66,77,5). Sum of RGB (Red+Green+Blue) = 66+77+5=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #424D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D05 is #BDB2FA. Grayscale: #414141. Windows color (decimal): -12432123 or 347458. OLE color: 347458.
HSL color Cylindrical-coordinate representation of color #424D05: hue angle of 69.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #424D05 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 5 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.70 |
| HSL | 69.17º | 0.88% | 0.16% | - |
| HSV(B) | 69.17º | 0.94% | 0.3% | - |
| XYZ | 4.93 | 6.48 | 1.13 | - |
| YUV | 65.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 5 | 0.14 | 0 | 0.94 | 0.70 | 69.17 | 0.88 | 0.16 |
| Hex | 42 | 4D | 5 | E | 0 | 5E | 46 | 45 | 58 | 10 |
| Octal | 102 | 115 | 5 | 16 | 0 | 136 | 106 | 105 | 130 | 20 |
| Binary | 1000010 | 1001101 | 101 | 1110 | 0 | 1011110 | 1000110 | 1000101 | 1011000 | 10000 |
Color Harmonies of #424D05
Complementary color
Monochromatic Colors of #424D05
Black with #424D05
Text Example
Text Example
White with #424D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D05; }
p { color: rgb(66,77,5); }
H1.HeaderClassName
{
color: #424D05;
}
.AnyTagClassName
{
color: #424D05;
}
</style>
background-color css
<style>
a { background-color: #424D05; }
a { background-color: rgb(66,77,5); }
div.DivClassName
{
background-color: #424D05;
}
.BgClassName
{
background-color: #424D05;
}
</style>
border-color css
<style>
span { border-color: #424D05; }
span { border-color: rgb(66,77,5); }
td.TdClassName
{
border-color: #424D05;
}
.TagClassName
{
border-color: #424D05;
}
</style>