Shades of Verdun Green #42610B
Tints of Verdun Green #42610B
RGB
CMYK
RGB Variations
Color information
#42610B (or 0x42610B) is known color: Verdun Green. HEX triplet: 42, 61 and 0B. RGB value is (66,97,11). Sum of RGB (Red+Green+Blue) = 66+97+11=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #42610B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42610B is #BD9EF4. Grayscale: #4E4E4E. Windows color (decimal): -12426997 or 745794. OLE color: 745794.
HSL color Cylindrical-coordinate representation of color #42610B: hue angle of 81.63º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42610B is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 97 | 11 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.62 |
| HSL | 81.63º | 0.8% | 0.21% | - |
| HSV(B) | 81.63º | 0.89% | 0.38% | - |
| XYZ | 6.58 | 9.73 | 1.85 | - |
| YUV | 77.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 11 | 0.32 | 0 | 0.89 | 0.62 | 81.63 | 0.8 | 0.21 |
| Hex | 42 | 61 | B | 20 | 0 | 59 | 3E | 52 | 50 | 15 |
| Octal | 102 | 141 | 13 | 40 | 0 | 131 | 76 | 122 | 120 | 25 |
| Binary | 1000010 | 1100001 | 1011 | 100000 | 0 | 1011001 | 111110 | 1010010 | 1010000 | 10101 |
Color Harmonies of #42610B
Complementary color
Monochromatic Colors of #42610B
Black with #42610B
Text Example
Text Example
White with #42610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42610B; }
p { color: rgb(66,97,11); }
H1.HeaderClassName
{
color: #42610B;
}
.AnyTagClassName
{
color: #42610B;
}
</style>
background-color css
<style>
a { background-color: #42610B; }
a { background-color: rgb(66,97,11); }
div.DivClassName
{
background-color: #42610B;
}
.BgClassName
{
background-color: #42610B;
}
</style>
border-color css
<style>
span { border-color: #42610B; }
span { border-color: rgb(66,97,11); }
td.TdClassName
{
border-color: #42610B;
}
.TagClassName
{
border-color: #42610B;
}
</style>