Shades of Verdun Green #426214
Tints of Verdun Green #426214
RGB
CMYK
RGB Variations
Color information
#426214 (or 0x426214) is known color: Verdun Green. HEX triplet: 42, 62 and 14. RGB value is (66,98,20). Sum of RGB (Red+Green+Blue) = 66+98+20=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #426214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426214 is #BD9DEB. Grayscale: #4F4F4F. Windows color (decimal): -12426732 or 1335874. OLE color: 1335874.
HSL color Cylindrical-coordinate representation of color #426214: hue angle of 84.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #426214 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 98 | 20 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.62 |
| HSL | 84.62º | 0.66% | 0.23% | - |
| HSV(B) | 84.62º | 0.8% | 0.38% | - |
| XYZ | 6.74 | 9.94 | 2.23 | - |
| YUV | 79.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 98 | 20 | 0.33 | 0 | 0.80 | 0.62 | 84.62 | 0.66 | 0.23 |
| Hex | 42 | 62 | 14 | 21 | 0 | 50 | 3E | 55 | 42 | 17 |
| Octal | 102 | 142 | 24 | 41 | 0 | 120 | 76 | 125 | 102 | 27 |
| Binary | 1000010 | 1100010 | 10100 | 100001 | 0 | 1010000 | 111110 | 1010101 | 1000010 | 10111 |
Color Harmonies of #426214
Complementary color
Monochromatic Colors of #426214
Black with #426214
Text Example
Text Example
White with #426214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426214; }
p { color: rgb(66,98,20); }
H1.HeaderClassName
{
color: #426214;
}
.AnyTagClassName
{
color: #426214;
}
</style>
background-color css
<style>
a { background-color: #426214; }
a { background-color: rgb(66,98,20); }
div.DivClassName
{
background-color: #426214;
}
.BgClassName
{
background-color: #426214;
}
</style>
border-color css
<style>
span { border-color: #426214; }
span { border-color: rgb(66,98,20); }
td.TdClassName
{
border-color: #426214;
}
.TagClassName
{
border-color: #426214;
}
</style>