Shades of Verdun Green #424210
Tints of Verdun Green #424210
RGB
CMYK
RGB Variations
Color information
#424210 (or 0x424210) is known color: Verdun Green. HEX triplet: 42, 42 and 10. RGB value is (66,66,16). Sum of RGB (Red+Green+Blue) = 66+66+16=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424210 is #BDBDEF. Grayscale: #3C3C3C. Windows color (decimal): -12434928 or 1065538. OLE color: 1065538.
HSL color Cylindrical-coordinate representation of color #424210: hue angle of 60º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #424210 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 66 | 16 | - |
| CMYK | 0 | 0 | 0.76 | 0.74 |
| HSL | 60º | 0.61% | 0.16% | - |
| HSV(B) | 60º | 0.76% | 0.26% | - |
| XYZ | 4.29 | 5.09 | 1.25 | - |
| YUV | 60.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 16 | 0 | 0 | 0.76 | 0.74 | 60 | 0.61 | 0.16 |
| Hex | 42 | 42 | 10 | 0 | 0 | 4C | 4A | 3C | 3D | 10 |
| Octal | 102 | 102 | 20 | 0 | 0 | 114 | 112 | 74 | 75 | 20 |
| Binary | 1000010 | 1000010 | 10000 | 0 | 0 | 1001100 | 1001010 | 111100 | 111101 | 10000 |
Color Harmonies of #424210
Complementary color
Monochromatic Colors of #424210
Black with #424210
Text Example
Text Example
White with #424210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424210; }
p { color: rgb(66,66,16); }
H1.HeaderClassName
{
color: #424210;
}
.AnyTagClassName
{
color: #424210;
}
</style>
background-color css
<style>
a { background-color: #424210; }
a { background-color: rgb(66,66,16); }
div.DivClassName
{
background-color: #424210;
}
.BgClassName
{
background-color: #424210;
}
</style>
border-color css
<style>
span { border-color: #424210; }
span { border-color: rgb(66,66,16); }
td.TdClassName
{
border-color: #424210;
}
.TagClassName
{
border-color: #424210;
}
</style>