Shades of Verdun Green #424B16
Tints of Verdun Green #424B16
RGB
CMYK
RGB Variations
Color information
#424B16 (or 0x424B16) is known color: Verdun Green. HEX triplet: 42, 4B and 16. RGB value is (66,75,22). Sum of RGB (Red+Green+Blue) = 66+75+22=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #424B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B16 is #BDB4E9. Grayscale: #424242. Windows color (decimal): -12432618 or 1461058. OLE color: 1461058.
HSL color Cylindrical-coordinate representation of color #424B16: hue angle of 70.19º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #424B16 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 22 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.71 |
| HSL | 70.19º | 0.55% | 0.19% | - |
| HSV(B) | 70.19º | 0.71% | 0.29% | - |
| XYZ | 4.91 | 6.25 | 1.71 | - |
| YUV | 66.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 22 | 0.12 | 0 | 0.71 | 0.71 | 70.19 | 0.55 | 0.19 |
| Hex | 42 | 4B | 16 | C | 0 | 47 | 47 | 46 | 37 | 13 |
| Octal | 102 | 113 | 26 | 14 | 0 | 107 | 107 | 106 | 67 | 23 |
| Binary | 1000010 | 1001011 | 10110 | 1100 | 0 | 1000111 | 1000111 | 1000110 | 110111 | 10011 |
Color Harmonies of #424B16
Complementary color
Monochromatic Colors of #424B16
Black with #424B16
Text Example
Text Example
White with #424B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B16; }
p { color: rgb(66,75,22); }
H1.HeaderClassName
{
color: #424B16;
}
.AnyTagClassName
{
color: #424B16;
}
</style>
background-color css
<style>
a { background-color: #424B16; }
a { background-color: rgb(66,75,22); }
div.DivClassName
{
background-color: #424B16;
}
.BgClassName
{
background-color: #424B16;
}
</style>
border-color css
<style>
span { border-color: #424B16; }
span { border-color: rgb(66,75,22); }
td.TdClassName
{
border-color: #424B16;
}
.TagClassName
{
border-color: #424B16;
}
</style>