Shades of Verdun Green #424D1A
Tints of Verdun Green #424D1A
RGB
CMYK
RGB Variations
Color information
#424D1A (or 0x424D1A) is known color: Verdun Green. HEX triplet: 42, 4D and 1A. RGB value is (66,77,26). Sum of RGB (Red+Green+Blue) = 66+77+26=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #424D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D1A is #BDB2E5. Grayscale: #444444. Windows color (decimal): -12432102 or 1723714. OLE color: 1723714.
HSL color Cylindrical-coordinate representation of color #424D1A: hue angle of 72.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424D1A is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 26 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.70 |
| HSL | 72.94º | 0.5% | 0.2% | - |
| HSV(B) | 72.94º | 0.66% | 0.3% | - |
| XYZ | 5.09 | 6.54 | 1.97 | - |
| YUV | 67.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 26 | 0.14 | 0 | 0.66 | 0.70 | 72.94 | 0.5 | 0.2 |
| Hex | 42 | 4D | 1A | E | 0 | 42 | 46 | 49 | 32 | 14 |
| Octal | 102 | 115 | 32 | 16 | 0 | 102 | 106 | 111 | 62 | 24 |
| Binary | 1000010 | 1001101 | 11010 | 1110 | 0 | 1000010 | 1000110 | 1001001 | 110010 | 10100 |
Color Harmonies of #424D1A
Complementary color
Monochromatic Colors of #424D1A
Black with #424D1A
Text Example
Text Example
White with #424D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D1A; }
p { color: rgb(66,77,26); }
H1.HeaderClassName
{
color: #424D1A;
}
.AnyTagClassName
{
color: #424D1A;
}
</style>
background-color css
<style>
a { background-color: #424D1A; }
a { background-color: rgb(66,77,26); }
div.DivClassName
{
background-color: #424D1A;
}
.BgClassName
{
background-color: #424D1A;
}
</style>
border-color css
<style>
span { border-color: #424D1A; }
span { border-color: rgb(66,77,26); }
td.TdClassName
{
border-color: #424D1A;
}
.TagClassName
{
border-color: #424D1A;
}
</style>