Shades of Dark Green Copper #4A7870
Tints of Dark Green Copper #4A7870
RGB
CMYK
RGB Variations
Color information
#4A7870 (or 0x4A7870) is known color: Dark Green Copper. HEX triplet: 4A, 78 and 70. RGB value is (74,120,112). Sum of RGB (Red+Green+Blue) = 74+120+112=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7870 is #B5878F. Grayscale: #696969. Windows color (decimal): -11896720 or 7370826. OLE color: 7370826.
HSL color Cylindrical-coordinate representation of color #4A7870: hue angle of 169.57º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7870 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 120 | 112 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.53 |
| HSL | 169.57º | 0.24% | 0.38% | - |
| HSV(B) | 169.57º | 0.38% | 0.47% | - |
| XYZ | 12.47 | 16.06 | 17.77 | - |
| YUV | 105.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 112 | 0.38 | 0 | 0.07 | 0.53 | 169.57 | 0.24 | 0.38 |
| Hex | 4A | 78 | 70 | 26 | 0 | 7 | 35 | AA | 18 | 26 |
| Octal | 112 | 170 | 160 | 46 | 0 | 7 | 65 | 252 | 30 | 46 |
| Binary | 1001010 | 1111000 | 1110000 | 100110 | 0 | 111 | 110101 | 10101010 | 11000 | 100110 |
Color Harmonies of #4A7870
Complementary color
Monochromatic Colors of #4A7870
Black with #4A7870
Text Example
Text Example
White with #4A7870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7870; }
p { color: rgb(74,120,112); }
H1.HeaderClassName
{
color: #4A7870;
}
.AnyTagClassName
{
color: #4A7870;
}
</style>
background-color css
<style>
a { background-color: #4A7870; }
a { background-color: rgb(74,120,112); }
div.DivClassName
{
background-color: #4A7870;
}
.BgClassName
{
background-color: #4A7870;
}
</style>
border-color css
<style>
span { border-color: #4A7870; }
span { border-color: rgb(74,120,112); }
td.TdClassName
{
border-color: #4A7870;
}
.TagClassName
{
border-color: #4A7870;
}
</style>