Shades of Verdun Green #42540A
Tints of Verdun Green #42540A
RGB
CMYK
RGB Variations
Color information
#42540A (or 0x42540A) is known color: Verdun Green. HEX triplet: 42, 54 and 0A. RGB value is (66,84,10). Sum of RGB (Red+Green+Blue) = 66+84+10=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #42540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42540A is #BDABF5. Grayscale: #464646. Windows color (decimal): -12430326 or 676930. OLE color: 676930.
HSL color Cylindrical-coordinate representation of color #42540A: hue angle of 74.59º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42540A is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 84 | 10 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.67 |
| HSL | 74.59º | 0.79% | 0.18% | - |
| HSV(B) | 74.59º | 0.88% | 0.33% | - |
| XYZ | 5.47 | 7.52 | 1.45 | - |
| YUV | 70.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 10 | 0.21 | 0 | 0.88 | 0.67 | 74.59 | 0.79 | 0.18 |
| Hex | 42 | 54 | A | 15 | 0 | 58 | 43 | 4B | 4F | 12 |
| Octal | 102 | 124 | 12 | 25 | 0 | 130 | 103 | 113 | 117 | 22 |
| Binary | 1000010 | 1010100 | 1010 | 10101 | 0 | 1011000 | 1000011 | 1001011 | 1001111 | 10010 |
Color Harmonies of #42540A
Complementary color
Monochromatic Colors of #42540A
Black with #42540A
Text Example
Text Example
White with #42540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42540A; }
p { color: rgb(66,84,10); }
H1.HeaderClassName
{
color: #42540A;
}
.AnyTagClassName
{
color: #42540A;
}
</style>
background-color css
<style>
a { background-color: #42540A; }
a { background-color: rgb(66,84,10); }
div.DivClassName
{
background-color: #42540A;
}
.BgClassName
{
background-color: #42540A;
}
</style>
border-color css
<style>
span { border-color: #42540A; }
span { border-color: rgb(66,84,10); }
td.TdClassName
{
border-color: #42540A;
}
.TagClassName
{
border-color: #42540A;
}
</style>