Shades of Dark Green Copper #4A6D63
Tints of Dark Green Copper #4A6D63
RGB
CMYK
RGB Variations
Color information
#4A6D63 (or 0x4A6D63) is known color: Dark Green Copper. HEX triplet: 4A, 6D and 63. RGB value is (74,109,99). Sum of RGB (Red+Green+Blue) = 74+109+99=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6D63 is #B5929C. Grayscale: #616161. Windows color (decimal): -11899549 or 6516042. OLE color: 6516042.
HSL color Cylindrical-coordinate representation of color #4A6D63: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A6D63 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 109 | 99 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.57 |
| HSL | 162.86º | 0.19% | 0.36% | - |
| HSV(B) | 162.86º | 0.32% | 0.43% | - |
| XYZ | 10.54 | 13.29 | 13.81 | - |
| YUV | 97.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 109 | 99 | 0.32 | 0 | 0.09 | 0.57 | 162.86 | 0.19 | 0.36 |
| Hex | 4A | 6D | 63 | 20 | 0 | 9 | 39 | A3 | 13 | 24 |
| Octal | 112 | 155 | 143 | 40 | 0 | 11 | 71 | 243 | 23 | 44 |
| Binary | 1001010 | 1101101 | 1100011 | 100000 | 0 | 1001 | 111001 | 10100011 | 10011 | 100100 |
Color Harmonies of #4A6D63
Complementary color
Monochromatic Colors of #4A6D63
Black with #4A6D63
Text Example
Text Example
White with #4A6D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6D63; }
p { color: rgb(74,109,99); }
H1.HeaderClassName
{
color: #4A6D63;
}
.AnyTagClassName
{
color: #4A6D63;
}
</style>
background-color css
<style>
a { background-color: #4A6D63; }
a { background-color: rgb(74,109,99); }
div.DivClassName
{
background-color: #4A6D63;
}
.BgClassName
{
background-color: #4A6D63;
}
</style>
border-color css
<style>
span { border-color: #4A6D63; }
span { border-color: rgb(74,109,99); }
td.TdClassName
{
border-color: #4A6D63;
}
.TagClassName
{
border-color: #4A6D63;
}
</style>