Shades of Dark Green Copper #42716B
Tints of Dark Green Copper #42716B
RGB
CMYK
RGB Variations
Color information
#42716B (or 0x42716B) is known color: Dark Green Copper. HEX triplet: 42, 71 and 6B. RGB value is (66,113,107). Sum of RGB (Red+Green+Blue) = 66+113+107=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #42716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42716B is #BD8E94. Grayscale: #626262. Windows color (decimal): -12422805 or 7041346. OLE color: 7041346.
HSL color Cylindrical-coordinate representation of color #42716B: hue angle of 172.34º 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 #42716B is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 113 | 107 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.56 |
| HSL | 172.34º | 0.26% | 0.35% | - |
| HSV(B) | 172.34º | 0.42% | 0.44% | - |
| XYZ | 10.81 | 14.03 | 16.05 | - |
| YUV | 98.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 107 | 0.42 | 0 | 0.05 | 0.56 | 172.34 | 0.26 | 0.35 |
| Hex | 42 | 71 | 6B | 2A | 0 | 5 | 38 | AC | 1A | 23 |
| Octal | 102 | 161 | 153 | 52 | 0 | 5 | 70 | 254 | 32 | 43 |
| Binary | 1000010 | 1110001 | 1101011 | 101010 | 0 | 101 | 111000 | 10101100 | 11010 | 100011 |
Color Harmonies of #42716B
Complementary color
Monochromatic Colors of #42716B
Black with #42716B
Text Example
Text Example
White with #42716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42716B; }
p { color: rgb(66,113,107); }
H1.HeaderClassName
{
color: #42716B;
}
.AnyTagClassName
{
color: #42716B;
}
</style>
background-color css
<style>
a { background-color: #42716B; }
a { background-color: rgb(66,113,107); }
div.DivClassName
{
background-color: #42716B;
}
.BgClassName
{
background-color: #42716B;
}
</style>
border-color css
<style>
span { border-color: #42716B; }
span { border-color: rgb(66,113,107); }
td.TdClassName
{
border-color: #42716B;
}
.TagClassName
{
border-color: #42716B;
}
</style>