Shades of Dark Green Copper #4A6D67
Tints of Dark Green Copper #4A6D67
RGB
CMYK
RGB Variations
Color information
#4A6D67 (or 0x4A6D67) is known color: Dark Green Copper. HEX triplet: 4A, 6D and 67. RGB value is (74,109,103). Sum of RGB (Red+Green+Blue) = 74+109+103=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6D67 is #B59298. Grayscale: #616161. Windows color (decimal): -11899545 or 6778186. OLE color: 6778186.
HSL color Cylindrical-coordinate representation of color #4A6D67: hue angle of 169.71º 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 #4A6D67 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 109 | 103 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.57 |
| HSL | 169.71º | 0.19% | 0.36% | - |
| HSV(B) | 169.71º | 0.32% | 0.43% | - |
| XYZ | 10.74 | 13.37 | 14.85 | - |
| YUV | 97.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 109 | 103 | 0.32 | 0 | 0.06 | 0.57 | 169.71 | 0.19 | 0.36 |
| Hex | 4A | 6D | 67 | 20 | 0 | 6 | 39 | AA | 13 | 24 |
| Octal | 112 | 155 | 147 | 40 | 0 | 6 | 71 | 252 | 23 | 44 |
| Binary | 1001010 | 1101101 | 1100111 | 100000 | 0 | 110 | 111001 | 10101010 | 10011 | 100100 |
Color Harmonies of #4A6D67
Complementary color
Monochromatic Colors of #4A6D67
Black with #4A6D67
Text Example
Text Example
White with #4A6D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6D67; }
p { color: rgb(74,109,103); }
H1.HeaderClassName
{
color: #4A6D67;
}
.AnyTagClassName
{
color: #4A6D67;
}
</style>
background-color css
<style>
a { background-color: #4A6D67; }
a { background-color: rgb(74,109,103); }
div.DivClassName
{
background-color: #4A6D67;
}
.BgClassName
{
background-color: #4A6D67;
}
</style>
border-color css
<style>
span { border-color: #4A6D67; }
span { border-color: rgb(74,109,103); }
td.TdClassName
{
border-color: #4A6D67;
}
.TagClassName
{
border-color: #4A6D67;
}
</style>