Shades of Verdun Green #424D1C
Tints of Verdun Green #424D1C
RGB
CMYK
RGB Variations
Color information
#424D1C (or 0x424D1C) is known color: Verdun Green. HEX triplet: 42, 4D and 1C. RGB value is (66,77,28). Sum of RGB (Red+Green+Blue) = 66+77+28=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #424D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D1C is #BDB2E3. Grayscale: #444444. Windows color (decimal): -12432100 or 1854786. OLE color: 1854786.
HSL color Cylindrical-coordinate representation of color #424D1C: hue angle of 73.47º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #424D1C is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 28 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.70 |
| HSL | 73.47º | 0.47% | 0.21% | - |
| HSV(B) | 73.47º | 0.64% | 0.3% | - |
| XYZ | 5.11 | 6.55 | 2.09 | - |
| YUV | 68.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 28 | 0.14 | 0 | 0.64 | 0.70 | 73.47 | 0.47 | 0.21 |
| Hex | 42 | 4D | 1C | E | 0 | 40 | 46 | 49 | 2F | 15 |
| Octal | 102 | 115 | 34 | 16 | 0 | 100 | 106 | 111 | 57 | 25 |
| Binary | 1000010 | 1001101 | 11100 | 1110 | 0 | 1000000 | 1000110 | 1001001 | 101111 | 10101 |
Color Harmonies of #424D1C
Complementary color
Monochromatic Colors of #424D1C
Black with #424D1C
Text Example
Text Example
White with #424D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D1C; }
p { color: rgb(66,77,28); }
H1.HeaderClassName
{
color: #424D1C;
}
.AnyTagClassName
{
color: #424D1C;
}
</style>
background-color css
<style>
a { background-color: #424D1C; }
a { background-color: rgb(66,77,28); }
div.DivClassName
{
background-color: #424D1C;
}
.BgClassName
{
background-color: #424D1C;
}
</style>
border-color css
<style>
span { border-color: #424D1C; }
span { border-color: rgb(66,77,28); }
td.TdClassName
{
border-color: #424D1C;
}
.TagClassName
{
border-color: #424D1C;
}
</style>