Shades of Dark Green Copper #4A7570
Tints of Dark Green Copper #4A7570
RGB
CMYK
RGB Variations
Color information
#4A7570 (or 0x4A7570) is known color: Dark Green Copper. HEX triplet: 4A, 75 and 70. RGB value is (74,117,112). Sum of RGB (Red+Green+Blue) = 74+117+112=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #4A7570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7570 is #B58A8F. Grayscale: #676767. Windows color (decimal): -11897488 or 7370058. OLE color: 7370058.
HSL color Cylindrical-coordinate representation of color #4A7570: hue angle of 173.02º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A7570 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 117 | 112 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.54 |
| HSL | 173.02º | 0.23% | 0.37% | - |
| HSV(B) | 173.02º | 0.37% | 0.46% | - |
| XYZ | 12.11 | 15.35 | 17.65 | - |
| YUV | 103.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 117 | 112 | 0.37 | 0 | 0.04 | 0.54 | 173.02 | 0.23 | 0.37 |
| Hex | 4A | 75 | 70 | 25 | 0 | 4 | 36 | AD | 17 | 25 |
| Octal | 112 | 165 | 160 | 45 | 0 | 4 | 66 | 255 | 27 | 45 |
| Binary | 1001010 | 1110101 | 1110000 | 100101 | 0 | 100 | 110110 | 10101101 | 10111 | 100101 |
Color Harmonies of #4A7570
Complementary color
Monochromatic Colors of #4A7570
Black with #4A7570
Text Example
Text Example
White with #4A7570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7570; }
p { color: rgb(74,117,112); }
H1.HeaderClassName
{
color: #4A7570;
}
.AnyTagClassName
{
color: #4A7570;
}
</style>
background-color css
<style>
a { background-color: #4A7570; }
a { background-color: rgb(74,117,112); }
div.DivClassName
{
background-color: #4A7570;
}
.BgClassName
{
background-color: #4A7570;
}
</style>
border-color css
<style>
span { border-color: #4A7570; }
span { border-color: rgb(74,117,112); }
td.TdClassName
{
border-color: #4A7570;
}
.TagClassName
{
border-color: #4A7570;
}
</style>