Shades of Verdun Green #42560E
Tints of Verdun Green #42560E
RGB
CMYK
RGB Variations
Color information
#42560E (or 0x42560E) is known color: Verdun Green. HEX triplet: 42, 56 and 0E. RGB value is (66,86,14). Sum of RGB (Red+Green+Blue) = 66+86+14=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #42560E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42560E is #BDA9F1. Grayscale: #484848. Windows color (decimal): -12429810 or 939586. OLE color: 939586.
HSL color Cylindrical-coordinate representation of color #42560E: hue angle of 76.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42560E is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 86 | 14 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.66 |
| HSL | 76.67º | 0.72% | 0.2% | - |
| HSV(B) | 76.67º | 0.84% | 0.34% | - |
| XYZ | 5.65 | 7.85 | 1.63 | - |
| YUV | 71.81 | 95.37 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 14 | 0.23 | 0 | 0.84 | 0.66 | 76.67 | 0.72 | 0.2 |
| Hex | 42 | 56 | E | 17 | 0 | 54 | 42 | 4D | 48 | 14 |
| Octal | 102 | 126 | 16 | 27 | 0 | 124 | 102 | 115 | 110 | 24 |
| Binary | 1000010 | 1010110 | 1110 | 10111 | 0 | 1010100 | 1000010 | 1001101 | 1001000 | 10100 |
Color Harmonies of #42560E
Complementary color
Monochromatic Colors of #42560E
Black with #42560E
Text Example
Text Example
White with #42560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42560E; }
p { color: rgb(66,86,14); }
H1.HeaderClassName
{
color: #42560E;
}
.AnyTagClassName
{
color: #42560E;
}
</style>
background-color css
<style>
a { background-color: #42560E; }
a { background-color: rgb(66,86,14); }
div.DivClassName
{
background-color: #42560E;
}
.BgClassName
{
background-color: #42560E;
}
</style>
border-color css
<style>
span { border-color: #42560E; }
span { border-color: rgb(66,86,14); }
td.TdClassName
{
border-color: #42560E;
}
.TagClassName
{
border-color: #42560E;
}
</style>