Shades of Dark Green Copper #4A786D
Tints of Dark Green Copper #4A786D
RGB
CMYK
RGB Variations
Color information
#4A786D (or 0x4A786D) is known color: Dark Green Copper. HEX triplet: 4A, 78 and 6D. RGB value is (74,120,109). Sum of RGB (Red+Green+Blue) = 74+120+109=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #4A786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A786D is #B58792. Grayscale: #686868. Windows color (decimal): -11896723 or 7174218. OLE color: 7174218.
HSL color Cylindrical-coordinate representation of color #4A786D: hue angle of 165.65º 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 #4A786D is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 120 | 109 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.53 |
| HSL | 165.65º | 0.24% | 0.38% | - |
| HSV(B) | 165.65º | 0.38% | 0.47% | - |
| XYZ | 12.3 | 15.99 | 16.91 | - |
| YUV | 104.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 109 | 0.38 | 0 | 0.09 | 0.53 | 165.65 | 0.24 | 0.38 |
| Hex | 4A | 78 | 6D | 26 | 0 | 9 | 35 | A6 | 18 | 26 |
| Octal | 112 | 170 | 155 | 46 | 0 | 11 | 65 | 246 | 30 | 46 |
| Binary | 1001010 | 1111000 | 1101101 | 100110 | 0 | 1001 | 110101 | 10100110 | 11000 | 100110 |
Color Harmonies of #4A786D
Complementary color
Monochromatic Colors of #4A786D
Black with #4A786D
Text Example
Text Example
White with #4A786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A786D; }
p { color: rgb(74,120,109); }
H1.HeaderClassName
{
color: #4A786D;
}
.AnyTagClassName
{
color: #4A786D;
}
</style>
background-color css
<style>
a { background-color: #4A786D; }
a { background-color: rgb(74,120,109); }
div.DivClassName
{
background-color: #4A786D;
}
.BgClassName
{
background-color: #4A786D;
}
</style>
border-color css
<style>
span { border-color: #4A786D; }
span { border-color: rgb(74,120,109); }
td.TdClassName
{
border-color: #4A786D;
}
.TagClassName
{
border-color: #4A786D;
}
</style>