Shades of Verdun Green #424905
Tints of Verdun Green #424905
RGB
CMYK
RGB Variations
Color information
#424905 (or 0x424905) is known color: Verdun Green. HEX triplet: 42, 49 and 05. RGB value is (66,73,5). Sum of RGB (Red+Green+Blue) = 66+73+5=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #424905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424905 is #BDB6FA. Grayscale: #3F3F3F. Windows color (decimal): -12433147 or 346434. OLE color: 346434.
HSL color Cylindrical-coordinate representation of color #424905: hue angle of 66.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #424905 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 73 | 5 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.71 |
| HSL | 66.18º | 0.87% | 0.15% | - |
| HSV(B) | 66.18º | 0.93% | 0.29% | - |
| XYZ | 4.66 | 5.93 | 1.04 | - |
| YUV | 63.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 5 | 0.10 | 0 | 0.93 | 0.71 | 66.18 | 0.87 | 0.15 |
| Hex | 42 | 49 | 5 | A | 0 | 5D | 47 | 42 | 57 | F |
| Octal | 102 | 111 | 5 | 12 | 0 | 135 | 107 | 102 | 127 | 17 |
| Binary | 1000010 | 1001001 | 101 | 1010 | 0 | 1011101 | 1000111 | 1000010 | 1010111 | 1111 |
Color Harmonies of #424905
Complementary color
Monochromatic Colors of #424905
Black with #424905
Text Example
Text Example
White with #424905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424905; }
p { color: rgb(66,73,5); }
H1.HeaderClassName
{
color: #424905;
}
.AnyTagClassName
{
color: #424905;
}
</style>
background-color css
<style>
a { background-color: #424905; }
a { background-color: rgb(66,73,5); }
div.DivClassName
{
background-color: #424905;
}
.BgClassName
{
background-color: #424905;
}
</style>
border-color css
<style>
span { border-color: #424905; }
span { border-color: rgb(66,73,5); }
td.TdClassName
{
border-color: #424905;
}
.TagClassName
{
border-color: #424905;
}
</style>