Shades of Verdun Green #424F19
Tints of Verdun Green #424F19
RGB
CMYK
RGB Variations
Color information
#424F19 (or 0x424F19) is known color: Verdun Green. HEX triplet: 42, 4F and 19. RGB value is (66,79,25). Sum of RGB (Red+Green+Blue) = 66+79+25=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 79 - color contains mainly: green. Hex color #424F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424F19 is #BDB0E6. Grayscale: #454545. Windows color (decimal): -12431591 or 1658690. OLE color: 1658690.
HSL color Cylindrical-coordinate representation of color #424F19: hue angle of 74.44º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424F19 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 79 | 25 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.69 |
| HSL | 74.44º | 0.52% | 0.2% | - |
| HSV(B) | 74.44º | 0.68% | 0.31% | - |
| XYZ | 5.22 | 6.82 | 1.96 | - |
| YUV | 68.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 25 | 0.16 | 0 | 0.68 | 0.69 | 74.44 | 0.52 | 0.2 |
| Hex | 42 | 4F | 19 | 10 | 0 | 44 | 45 | 4A | 34 | 14 |
| Octal | 102 | 117 | 31 | 20 | 0 | 104 | 105 | 112 | 64 | 24 |
| Binary | 1000010 | 1001111 | 11001 | 10000 | 0 | 1000100 | 1000101 | 1001010 | 110100 | 10100 |
Color Harmonies of #424F19
Complementary color
Monochromatic Colors of #424F19
Black with #424F19
Text Example
Text Example
White with #424F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F19; }
p { color: rgb(66,79,25); }
H1.HeaderClassName
{
color: #424F19;
}
.AnyTagClassName
{
color: #424F19;
}
</style>
background-color css
<style>
a { background-color: #424F19; }
a { background-color: rgb(66,79,25); }
div.DivClassName
{
background-color: #424F19;
}
.BgClassName
{
background-color: #424F19;
}
</style>
border-color css
<style>
span { border-color: #424F19; }
span { border-color: rgb(66,79,25); }
td.TdClassName
{
border-color: #424F19;
}
.TagClassName
{
border-color: #424F19;
}
</style>