Shades of Verdun Green #42470A
Tints of Verdun Green #42470A
RGB
CMYK
RGB Variations
Color information
#42470A (or 0x42470A) is known color: Verdun Green. HEX triplet: 42, 47 and 0A. RGB value is (66,71,10). Sum of RGB (Red+Green+Blue) = 66+71+10=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #42470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42470A is #BDB8F5. Grayscale: #3E3E3E. Windows color (decimal): -12433654 or 673602. OLE color: 673602.
HSL color Cylindrical-coordinate representation of color #42470A: hue angle of 64.92º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42470A is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 71 | 10 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.72 |
| HSL | 64.92º | 0.75% | 0.16% | - |
| HSV(B) | 64.92º | 0.86% | 0.28% | - |
| XYZ | 4.55 | 5.69 | 1.14 | - |
| YUV | 62.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 10 | 0.07 | 0 | 0.86 | 0.72 | 64.92 | 0.75 | 0.16 |
| Hex | 42 | 47 | A | 7 | 0 | 56 | 48 | 41 | 4B | 10 |
| Octal | 102 | 107 | 12 | 7 | 0 | 126 | 110 | 101 | 113 | 20 |
| Binary | 1000010 | 1000111 | 1010 | 111 | 0 | 1010110 | 1001000 | 1000001 | 1001011 | 10000 |
Color Harmonies of #42470A
Complementary color
Monochromatic Colors of #42470A
Black with #42470A
Text Example
Text Example
White with #42470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42470A; }
p { color: rgb(66,71,10); }
H1.HeaderClassName
{
color: #42470A;
}
.AnyTagClassName
{
color: #42470A;
}
</style>
background-color css
<style>
a { background-color: #42470A; }
a { background-color: rgb(66,71,10); }
div.DivClassName
{
background-color: #42470A;
}
.BgClassName
{
background-color: #42470A;
}
</style>
border-color css
<style>
span { border-color: #42470A; }
span { border-color: rgb(66,71,10); }
td.TdClassName
{
border-color: #42470A;
}
.TagClassName
{
border-color: #42470A;
}
</style>