Shades of Verdun Green #424615
Tints of Verdun Green #424615
RGB
CMYK
RGB Variations
Color information
#424615 (or 0x424615) is known color: Verdun Green. HEX triplet: 42, 46 and 15. RGB value is (66,70,21). Sum of RGB (Red+Green+Blue) = 66+70+21=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #424615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424615 is #BDB9EA. Grayscale: #3F3F3F. Windows color (decimal): -12433899 or 1394242. OLE color: 1394242.
HSL color Cylindrical-coordinate representation of color #424615: hue angle of 64.9º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424615 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 70 | 21 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.73 |
| HSL | 64.9º | 0.54% | 0.18% | - |
| HSV(B) | 64.9º | 0.7% | 0.27% | - |
| XYZ | 4.57 | 5.59 | 1.55 | - |
| YUV | 63.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 21 | 0.06 | 0 | 0.70 | 0.73 | 64.9 | 0.54 | 0.18 |
| Hex | 42 | 46 | 15 | 6 | 0 | 46 | 49 | 41 | 36 | 12 |
| Octal | 102 | 106 | 25 | 6 | 0 | 106 | 111 | 101 | 66 | 22 |
| Binary | 1000010 | 1000110 | 10101 | 110 | 0 | 1000110 | 1001001 | 1000001 | 110110 | 10010 |
Color Harmonies of #424615
Complementary color
Monochromatic Colors of #424615
Black with #424615
Text Example
Text Example
White with #424615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424615; }
p { color: rgb(66,70,21); }
H1.HeaderClassName
{
color: #424615;
}
.AnyTagClassName
{
color: #424615;
}
</style>
background-color css
<style>
a { background-color: #424615; }
a { background-color: rgb(66,70,21); }
div.DivClassName
{
background-color: #424615;
}
.BgClassName
{
background-color: #424615;
}
</style>
border-color css
<style>
span { border-color: #424615; }
span { border-color: rgb(66,70,21); }
td.TdClassName
{
border-color: #424615;
}
.TagClassName
{
border-color: #424615;
}
</style>