Shades of Dark Green Copper #4A786C
Tints of Dark Green Copper #4A786C
RGB
CMYK
RGB Variations
Color information
#4A786C (or 0x4A786C) is known color: Dark Green Copper. HEX triplet: 4A, 78 and 6C. RGB value is (74,120,108). Sum of RGB (Red+Green+Blue) = 74+120+108=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #4A786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A786C is #B58793. Grayscale: #686868. Windows color (decimal): -11896724 or 7108682. OLE color: 7108682.
HSL color Cylindrical-coordinate representation of color #4A786C: hue angle of 164.35º 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 #4A786C is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 120 | 108 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.53 |
| HSL | 164.35º | 0.24% | 0.38% | - |
| HSV(B) | 164.35º | 0.38% | 0.47% | - |
| XYZ | 12.25 | 15.97 | 16.62 | - |
| YUV | 104.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 108 | 0.38 | 0 | 0.10 | 0.53 | 164.35 | 0.24 | 0.38 |
| Hex | 4A | 78 | 6C | 26 | 0 | A | 35 | A4 | 18 | 26 |
| Octal | 112 | 170 | 154 | 46 | 0 | 12 | 65 | 244 | 30 | 46 |
| Binary | 1001010 | 1111000 | 1101100 | 100110 | 0 | 1010 | 110101 | 10100100 | 11000 | 100110 |
Color Harmonies of #4A786C
Complementary color
Monochromatic Colors of #4A786C
Black with #4A786C
Text Example
Text Example
White with #4A786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A786C; }
p { color: rgb(74,120,108); }
H1.HeaderClassName
{
color: #4A786C;
}
.AnyTagClassName
{
color: #4A786C;
}
</style>
background-color css
<style>
a { background-color: #4A786C; }
a { background-color: rgb(74,120,108); }
div.DivClassName
{
background-color: #4A786C;
}
.BgClassName
{
background-color: #4A786C;
}
</style>
border-color css
<style>
span { border-color: #4A786C; }
span { border-color: rgb(74,120,108); }
td.TdClassName
{
border-color: #4A786C;
}
.TagClassName
{
border-color: #4A786C;
}
</style>