Shades of Verdun Green #42680A
Tints of Verdun Green #42680A
RGB
CMYK
RGB Variations
Color information
#42680A (or 0x42680A) is known color: Verdun Green. HEX triplet: 42, 68 and 0A. RGB value is (66,104,10). Sum of RGB (Red+Green+Blue) = 66+104+10=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #42680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42680A is #BD97F5. Grayscale: #525252. Windows color (decimal): -12425206 or 682050. OLE color: 682050.
HSL color Cylindrical-coordinate representation of color #42680A: hue angle of 84.26º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42680A is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 104 | 10 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.59 |
| HSL | 84.26º | 0.82% | 0.22% | - |
| HSV(B) | 84.26º | 0.9% | 0.41% | - |
| XYZ | 7.25 | 11.08 | 2.04 | - |
| YUV | 81.92 | 87.41 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 10 | 0.37 | 0 | 0.90 | 0.59 | 84.26 | 0.82 | 0.22 |
| Hex | 42 | 68 | A | 25 | 0 | 5A | 3B | 54 | 52 | 16 |
| Octal | 102 | 150 | 12 | 45 | 0 | 132 | 73 | 124 | 122 | 26 |
| Binary | 1000010 | 1101000 | 1010 | 100101 | 0 | 1011010 | 111011 | 1010100 | 1010010 | 10110 |
Color Harmonies of #42680A
Complementary color
Monochromatic Colors of #42680A
Black with #42680A
Text Example
Text Example
White with #42680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42680A; }
p { color: rgb(66,104,10); }
H1.HeaderClassName
{
color: #42680A;
}
.AnyTagClassName
{
color: #42680A;
}
</style>
background-color css
<style>
a { background-color: #42680A; }
a { background-color: rgb(66,104,10); }
div.DivClassName
{
background-color: #42680A;
}
.BgClassName
{
background-color: #42680A;
}
</style>
border-color css
<style>
span { border-color: #42680A; }
span { border-color: rgb(66,104,10); }
td.TdClassName
{
border-color: #42680A;
}
.TagClassName
{
border-color: #42680A;
}
</style>