Shades of Verdun Green #424804
Tints of Verdun Green #424804
RGB
CMYK
RGB Variations
Color information
#424804 (or 0x424804) is known color: Verdun Green. HEX triplet: 42, 48 and 04. RGB value is (66,72,4). Sum of RGB (Red+Green+Blue) = 66+72+4=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #424804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424804 is #BDB7FB. Grayscale: #3E3E3E. Windows color (decimal): -12433404 or 280642. OLE color: 280642.
HSL color Cylindrical-coordinate representation of color #424804: hue angle of 65.29º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #424804 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 72 | 4 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.72 |
| HSL | 65.29º | 0.89% | 0.15% | - |
| HSV(B) | 65.29º | 0.94% | 0.28% | - |
| XYZ | 4.59 | 5.8 | 0.99 | - |
| YUV | 62.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 4 | 0.08 | 0 | 0.94 | 0.72 | 65.29 | 0.89 | 0.15 |
| Hex | 42 | 48 | 4 | 8 | 0 | 5E | 48 | 41 | 59 | F |
| Octal | 102 | 110 | 4 | 10 | 0 | 136 | 110 | 101 | 131 | 17 |
| Binary | 1000010 | 1001000 | 100 | 1000 | 0 | 1011110 | 1001000 | 1000001 | 1011001 | 1111 |
Color Harmonies of #424804
Complementary color
Monochromatic Colors of #424804
Black with #424804
Text Example
Text Example
White with #424804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424804; }
p { color: rgb(66,72,4); }
H1.HeaderClassName
{
color: #424804;
}
.AnyTagClassName
{
color: #424804;
}
</style>
background-color css
<style>
a { background-color: #424804; }
a { background-color: rgb(66,72,4); }
div.DivClassName
{
background-color: #424804;
}
.BgClassName
{
background-color: #424804;
}
</style>
border-color css
<style>
span { border-color: #424804; }
span { border-color: rgb(66,72,4); }
td.TdClassName
{
border-color: #424804;
}
.TagClassName
{
border-color: #424804;
}
</style>