Shades of Dark Green Copper #42716C
Tints of Dark Green Copper #42716C
RGB
CMYK
RGB Variations
Color information
#42716C (or 0x42716C) is known color: Dark Green Copper. HEX triplet: 42, 71 and 6C. RGB value is (66,113,108). Sum of RGB (Red+Green+Blue) = 66+113+108=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #42716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42716C is #BD8E93. Grayscale: #626262. Windows color (decimal): -12422804 or 7106882. OLE color: 7106882.
HSL color Cylindrical-coordinate representation of color #42716C: hue angle of 173.62º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42716C is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 113 | 108 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.56 |
| HSL | 173.62º | 0.26% | 0.35% | - |
| HSV(B) | 173.62º | 0.42% | 0.44% | - |
| XYZ | 10.86 | 14.05 | 16.33 | - |
| YUV | 98.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 108 | 0.42 | 0 | 0.04 | 0.56 | 173.62 | 0.26 | 0.35 |
| Hex | 42 | 71 | 6C | 2A | 0 | 4 | 38 | AE | 1A | 23 |
| Octal | 102 | 161 | 154 | 52 | 0 | 4 | 70 | 256 | 32 | 43 |
| Binary | 1000010 | 1110001 | 1101100 | 101010 | 0 | 100 | 111000 | 10101110 | 11010 | 100011 |
Color Harmonies of #42716C
Complementary color
Monochromatic Colors of #42716C
Black with #42716C
Text Example
Text Example
White with #42716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42716C; }
p { color: rgb(66,113,108); }
H1.HeaderClassName
{
color: #42716C;
}
.AnyTagClassName
{
color: #42716C;
}
</style>
background-color css
<style>
a { background-color: #42716C; }
a { background-color: rgb(66,113,108); }
div.DivClassName
{
background-color: #42716C;
}
.BgClassName
{
background-color: #42716C;
}
</style>
border-color css
<style>
span { border-color: #42716C; }
span { border-color: rgb(66,113,108); }
td.TdClassName
{
border-color: #42716C;
}
.TagClassName
{
border-color: #42716C;
}
</style>