Shades of Verdun Green #424C16
Tints of Verdun Green #424C16
RGB
CMYK
RGB Variations
Color information
#424C16 (or 0x424C16) is known color: Verdun Green. HEX triplet: 42, 4C and 16. RGB value is (66,76,22). Sum of RGB (Red+Green+Blue) = 66+76+22=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #424C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424C16 is #BDB3E9. Grayscale: #434343. Windows color (decimal): -12432362 or 1461314. OLE color: 1461314.
HSL color Cylindrical-coordinate representation of color #424C16: hue angle of 71.11º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #424C16 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 76 | 22 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.70 |
| HSL | 71.11º | 0.55% | 0.19% | - |
| HSV(B) | 71.11º | 0.71% | 0.3% | - |
| XYZ | 4.98 | 6.39 | 1.73 | - |
| YUV | 66.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 22 | 0.13 | 0 | 0.71 | 0.70 | 71.11 | 0.55 | 0.19 |
| Hex | 42 | 4C | 16 | D | 0 | 47 | 46 | 47 | 37 | 13 |
| Octal | 102 | 114 | 26 | 15 | 0 | 107 | 106 | 107 | 67 | 23 |
| Binary | 1000010 | 1001100 | 10110 | 1101 | 0 | 1000111 | 1000110 | 1000111 | 110111 | 10011 |
Color Harmonies of #424C16
Complementary color
Monochromatic Colors of #424C16
Black with #424C16
Text Example
Text Example
White with #424C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C16; }
p { color: rgb(66,76,22); }
H1.HeaderClassName
{
color: #424C16;
}
.AnyTagClassName
{
color: #424C16;
}
</style>
background-color css
<style>
a { background-color: #424C16; }
a { background-color: rgb(66,76,22); }
div.DivClassName
{
background-color: #424C16;
}
.BgClassName
{
background-color: #424C16;
}
</style>
border-color css
<style>
span { border-color: #424C16; }
span { border-color: rgb(66,76,22); }
td.TdClassName
{
border-color: #424C16;
}
.TagClassName
{
border-color: #424C16;
}
</style>