Shades of Dark Green Copper #4B7870
Tints of Dark Green Copper #4B7870
RGB
CMYK
RGB Variations
Color information
#4B7870 (or 0x4B7870) is known color: Dark Green Copper. HEX triplet: 4B, 78 and 70. RGB value is (75,120,112). Sum of RGB (Red+Green+Blue) = 75+120+112=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7870 is #B4878F. Grayscale: #696969. Windows color (decimal): -11831184 or 7370827. OLE color: 7370827.
HSL color Cylindrical-coordinate representation of color #4B7870: hue angle of 169.33º degrees, saturation: 0.23, 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 #4B7870 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 112 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.53 |
| HSL | 169.33º | 0.23% | 0.38% | - |
| HSV(B) | 169.33º | 0.38% | 0.47% | - |
| XYZ | 12.54 | 16.1 | 17.78 | - |
| YUV | 105.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 112 | 0.37 | 0 | 0.07 | 0.53 | 169.33 | 0.23 | 0.38 |
| Hex | 4B | 78 | 70 | 25 | 0 | 7 | 35 | A9 | 17 | 26 |
| Octal | 113 | 170 | 160 | 45 | 0 | 7 | 65 | 251 | 27 | 46 |
| Binary | 1001011 | 1111000 | 1110000 | 100101 | 0 | 111 | 110101 | 10101001 | 10111 | 100110 |
Color Harmonies of #4B7870
Complementary color
Monochromatic Colors of #4B7870
Black with #4B7870
Text Example
Text Example
White with #4B7870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7870; }
p { color: rgb(75,120,112); }
H1.HeaderClassName
{
color: #4B7870;
}
.AnyTagClassName
{
color: #4B7870;
}
</style>
background-color css
<style>
a { background-color: #4B7870; }
a { background-color: rgb(75,120,112); }
div.DivClassName
{
background-color: #4B7870;
}
.BgClassName
{
background-color: #4B7870;
}
</style>
border-color css
<style>
span { border-color: #4B7870; }
span { border-color: rgb(75,120,112); }
td.TdClassName
{
border-color: #4B7870;
}
.TagClassName
{
border-color: #4B7870;
}
</style>