Shades of Verdun Green #42680B
Tints of Verdun Green #42680B
RGB
CMYK
RGB Variations
Color information
#42680B (or 0x42680B) is known color: Verdun Green. HEX triplet: 42, 68 and 0B. RGB value is (66,104,11). Sum of RGB (Red+Green+Blue) = 66+104+11=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #42680B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42680B is #BD97F4. Grayscale: #525252. Windows color (decimal): -12425205 or 747586. OLE color: 747586.
HSL color Cylindrical-coordinate representation of color #42680B: hue angle of 84.52º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42680B is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 104 | 11 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.59 |
| HSL | 84.52º | 0.81% | 0.23% | - |
| HSV(B) | 84.52º | 0.89% | 0.41% | - |
| XYZ | 7.26 | 11.08 | 2.07 | - |
| YUV | 82.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 11 | 0.37 | 0 | 0.89 | 0.59 | 84.52 | 0.81 | 0.23 |
| Hex | 42 | 68 | B | 25 | 0 | 59 | 3B | 55 | 51 | 17 |
| Octal | 102 | 150 | 13 | 45 | 0 | 131 | 73 | 125 | 121 | 27 |
| Binary | 1000010 | 1101000 | 1011 | 100101 | 0 | 1011001 | 111011 | 1010101 | 1010001 | 10111 |
Color Harmonies of #42680B
Complementary color
Monochromatic Colors of #42680B
Black with #42680B
Text Example
Text Example
White with #42680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42680B; }
p { color: rgb(66,104,11); }
H1.HeaderClassName
{
color: #42680B;
}
.AnyTagClassName
{
color: #42680B;
}
</style>
background-color css
<style>
a { background-color: #42680B; }
a { background-color: rgb(66,104,11); }
div.DivClassName
{
background-color: #42680B;
}
.BgClassName
{
background-color: #42680B;
}
</style>
border-color css
<style>
span { border-color: #42680B; }
span { border-color: rgb(66,104,11); }
td.TdClassName
{
border-color: #42680B;
}
.TagClassName
{
border-color: #42680B;
}
</style>