Shades of Verdun Green #42600C
Tints of Verdun Green #42600C
RGB
CMYK
RGB Variations
Color information
#42600C (or 0x42600C) is known color: Verdun Green. HEX triplet: 42, 60 and 0C. RGB value is (66,96,12). Sum of RGB (Red+Green+Blue) = 66+96+12=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #42600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42600C is #BD9FF3. Grayscale: #4D4D4D. Windows color (decimal): -12427252 or 811074. OLE color: 811074.
HSL color Cylindrical-coordinate representation of color #42600C: hue angle of 81.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42600C is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 96 | 12 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.62 |
| HSL | 81.43º | 0.78% | 0.21% | - |
| HSV(B) | 81.43º | 0.88% | 0.38% | - |
| XYZ | 6.5 | 9.55 | 1.85 | - |
| YUV | 77.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 12 | 0.31 | 0 | 0.88 | 0.62 | 81.43 | 0.78 | 0.21 |
| Hex | 42 | 60 | C | 1F | 0 | 58 | 3E | 51 | 4E | 15 |
| Octal | 102 | 140 | 14 | 37 | 0 | 130 | 76 | 121 | 116 | 25 |
| Binary | 1000010 | 1100000 | 1100 | 11111 | 0 | 1011000 | 111110 | 1010001 | 1001110 | 10101 |
Color Harmonies of #42600C
Complementary color
Monochromatic Colors of #42600C
Black with #42600C
Text Example
Text Example
White with #42600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42600C; }
p { color: rgb(66,96,12); }
H1.HeaderClassName
{
color: #42600C;
}
.AnyTagClassName
{
color: #42600C;
}
</style>
background-color css
<style>
a { background-color: #42600C; }
a { background-color: rgb(66,96,12); }
div.DivClassName
{
background-color: #42600C;
}
.BgClassName
{
background-color: #42600C;
}
</style>
border-color css
<style>
span { border-color: #42600C; }
span { border-color: rgb(66,96,12); }
td.TdClassName
{
border-color: #42600C;
}
.TagClassName
{
border-color: #42600C;
}
</style>