Shades of Verdun Green #424711
Tints of Verdun Green #424711
RGB
CMYK
RGB Variations
Color information
#424711 (or 0x424711) is known color: Verdun Green. HEX triplet: 42, 47 and 11. RGB value is (66,71,17). Sum of RGB (Red+Green+Blue) = 66+71+17=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #424711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424711 is #BDB8EE. Grayscale: #3F3F3F. Windows color (decimal): -12433647 or 1132354. OLE color: 1132354.
HSL color Cylindrical-coordinate representation of color #424711: hue angle of 65.56º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #424711 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 71 | 17 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.72 |
| HSL | 65.56º | 0.61% | 0.17% | - |
| HSV(B) | 65.56º | 0.76% | 0.28% | - |
| XYZ | 4.6 | 5.71 | 1.39 | - |
| YUV | 63.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 17 | 0.07 | 0 | 0.76 | 0.72 | 65.56 | 0.61 | 0.17 |
| Hex | 42 | 47 | 11 | 7 | 0 | 4C | 48 | 42 | 3D | 11 |
| Octal | 102 | 107 | 21 | 7 | 0 | 114 | 110 | 102 | 75 | 21 |
| Binary | 1000010 | 1000111 | 10001 | 111 | 0 | 1001100 | 1001000 | 1000010 | 111101 | 10001 |
Color Harmonies of #424711
Complementary color
Monochromatic Colors of #424711
Black with #424711
Text Example
Text Example
White with #424711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424711; }
p { color: rgb(66,71,17); }
H1.HeaderClassName
{
color: #424711;
}
.AnyTagClassName
{
color: #424711;
}
</style>
background-color css
<style>
a { background-color: #424711; }
a { background-color: rgb(66,71,17); }
div.DivClassName
{
background-color: #424711;
}
.BgClassName
{
background-color: #424711;
}
</style>
border-color css
<style>
span { border-color: #424711; }
span { border-color: rgb(66,71,17); }
td.TdClassName
{
border-color: #424711;
}
.TagClassName
{
border-color: #424711;
}
</style>