Shades of Dark Green Copper #4A7E71
Tints of Dark Green Copper #4A7E71
RGB
CMYK
RGB Variations
Color information
#4A7E71 (or 0x4A7E71) is known color: Dark Green Copper. HEX triplet: 4A, 7E and 71. RGB value is (74,126,113). Sum of RGB (Red+Green+Blue) = 74+126+113=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 126 - color contains mainly: green. Hex color #4A7E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7E71 is #B5818E. Grayscale: #6C6C6C. Windows color (decimal): -11895183 or 7437898. OLE color: 7437898.
HSL color Cylindrical-coordinate representation of color #4A7E71: hue angle of 165º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A7E71 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 126 | 113 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.51 |
| HSL | 165º | 0.26% | 0.39% | - |
| HSV(B) | 165º | 0.41% | 0.49% | - |
| XYZ | 13.27 | 17.57 | 18.31 | - |
| YUV | 108.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 113 | 0.41 | 0 | 0.10 | 0.51 | 165 | 0.26 | 0.39 |
| Hex | 4A | 7E | 71 | 29 | 0 | A | 33 | A5 | 1A | 27 |
| Octal | 112 | 176 | 161 | 51 | 0 | 12 | 63 | 245 | 32 | 47 |
| Binary | 1001010 | 1111110 | 1110001 | 101001 | 0 | 1010 | 110011 | 10100101 | 11010 | 100111 |
Color Harmonies of #4A7E71
Complementary color
Monochromatic Colors of #4A7E71
Black with #4A7E71
Text Example
Text Example
White with #4A7E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7E71; }
p { color: rgb(74,126,113); }
H1.HeaderClassName
{
color: #4A7E71;
}
.AnyTagClassName
{
color: #4A7E71;
}
</style>
background-color css
<style>
a { background-color: #4A7E71; }
a { background-color: rgb(74,126,113); }
div.DivClassName
{
background-color: #4A7E71;
}
.BgClassName
{
background-color: #4A7E71;
}
</style>
border-color css
<style>
span { border-color: #4A7E71; }
span { border-color: rgb(74,126,113); }
td.TdClassName
{
border-color: #4A7E71;
}
.TagClassName
{
border-color: #4A7E71;
}
</style>