Shades of Verdun Green #424606
Tints of Verdun Green #424606
RGB
CMYK
RGB Variations
Color information
#424606 (or 0x424606) is known color: Verdun Green. HEX triplet: 42, 46 and 06. RGB value is (66,70,6). Sum of RGB (Red+Green+Blue) = 66+70+6=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #424606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424606 is #BDB9F9. Grayscale: #3D3D3D. Windows color (decimal): -12433914 or 411202. OLE color: 411202.
HSL color Cylindrical-coordinate representation of color #424606: hue angle of 63.75º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #424606 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 70 | 6 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.73 |
| HSL | 63.75º | 0.84% | 0.15% | - |
| HSV(B) | 63.75º | 0.91% | 0.27% | - |
| XYZ | 4.47 | 5.55 | 1.01 | - |
| YUV | 61.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 6 | 0.06 | 0 | 0.91 | 0.73 | 63.75 | 0.84 | 0.15 |
| Hex | 42 | 46 | 6 | 6 | 0 | 5B | 49 | 40 | 54 | F |
| Octal | 102 | 106 | 6 | 6 | 0 | 133 | 111 | 100 | 124 | 17 |
| Binary | 1000010 | 1000110 | 110 | 110 | 0 | 1011011 | 1001001 | 1000000 | 1010100 | 1111 |
Color Harmonies of #424606
Complementary color
Monochromatic Colors of #424606
Black with #424606
Text Example
Text Example
White with #424606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424606; }
p { color: rgb(66,70,6); }
H1.HeaderClassName
{
color: #424606;
}
.AnyTagClassName
{
color: #424606;
}
</style>
background-color css
<style>
a { background-color: #424606; }
a { background-color: rgb(66,70,6); }
div.DivClassName
{
background-color: #424606;
}
.BgClassName
{
background-color: #424606;
}
</style>
border-color css
<style>
span { border-color: #424606; }
span { border-color: rgb(66,70,6); }
td.TdClassName
{
border-color: #424606;
}
.TagClassName
{
border-color: #424606;
}
</style>