Shades of Verdun Green #424206
Tints of Verdun Green #424206
RGB
CMYK
RGB Variations
Color information
#424206 (or 0x424206) is known color: Verdun Green. HEX triplet: 42, 42 and 06. RGB value is (66,66,6). Sum of RGB (Red+Green+Blue) = 66+66+6=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424206 is #BDBDF9. Grayscale: #3B3B3B. Windows color (decimal): -12434938 or 410178. OLE color: 410178.
HSL color Cylindrical-coordinate representation of color #424206: hue angle of 60º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #424206 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 66 | 6 | - |
| CMYK | 0 | 0 | 0.91 | 0.74 |
| HSL | 60º | 0.83% | 0.14% | - |
| HSV(B) | 60º | 0.91% | 0.26% | - |
| XYZ | 4.23 | 5.07 | 0.93 | - |
| YUV | 59.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 6 | 0 | 0 | 0.91 | 0.74 | 60 | 0.83 | 0.14 |
| Hex | 42 | 42 | 6 | 0 | 0 | 5B | 4A | 3C | 53 | E |
| Octal | 102 | 102 | 6 | 0 | 0 | 133 | 112 | 74 | 123 | 16 |
| Binary | 1000010 | 1000010 | 110 | 0 | 0 | 1011011 | 1001010 | 111100 | 1010011 | 1110 |
Color Harmonies of #424206
Complementary color
Monochromatic Colors of #424206
Black with #424206
Text Example
Text Example
White with #424206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424206; }
p { color: rgb(66,66,6); }
H1.HeaderClassName
{
color: #424206;
}
.AnyTagClassName
{
color: #424206;
}
</style>
background-color css
<style>
a { background-color: #424206; }
a { background-color: rgb(66,66,6); }
div.DivClassName
{
background-color: #424206;
}
.BgClassName
{
background-color: #424206;
}
</style>
border-color css
<style>
span { border-color: #424206; }
span { border-color: rgb(66,66,6); }
td.TdClassName
{
border-color: #424206;
}
.TagClassName
{
border-color: #424206;
}
</style>