Shades of Verdun Green #424511
Tints of Verdun Green #424511
RGB
CMYK
RGB Variations
Color information
#424511 (or 0x424511) is known color: Verdun Green. HEX triplet: 42, 45 and 11. RGB value is (66,69,17). Sum of RGB (Red+Green+Blue) = 66+69+17=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #424511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424511 is #BDBAEE. Grayscale: #3E3E3E. Windows color (decimal): -12434159 or 1131842. OLE color: 1131842.
HSL color Cylindrical-coordinate representation of color #424511: hue angle of 63.46º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #424511 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 69 | 17 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.73 |
| HSL | 63.46º | 0.6% | 0.17% | - |
| HSV(B) | 63.46º | 0.75% | 0.27% | - |
| XYZ | 4.48 | 5.45 | 1.35 | - |
| YUV | 62.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 17 | 0.04 | 0 | 0.75 | 0.73 | 63.46 | 0.6 | 0.17 |
| Hex | 42 | 45 | 11 | 4 | 0 | 4B | 49 | 3F | 3C | 11 |
| Octal | 102 | 105 | 21 | 4 | 0 | 113 | 111 | 77 | 74 | 21 |
| Binary | 1000010 | 1000101 | 10001 | 100 | 0 | 1001011 | 1001001 | 111111 | 111100 | 10001 |
Color Harmonies of #424511
Complementary color
Monochromatic Colors of #424511
Black with #424511
Text Example
Text Example
White with #424511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424511; }
p { color: rgb(66,69,17); }
H1.HeaderClassName
{
color: #424511;
}
.AnyTagClassName
{
color: #424511;
}
</style>
background-color css
<style>
a { background-color: #424511; }
a { background-color: rgb(66,69,17); }
div.DivClassName
{
background-color: #424511;
}
.BgClassName
{
background-color: #424511;
}
</style>
border-color css
<style>
span { border-color: #424511; }
span { border-color: rgb(66,69,17); }
td.TdClassName
{
border-color: #424511;
}
.TagClassName
{
border-color: #424511;
}
</style>