Shades of Dark Green Copper #4A6F65
Tints of Dark Green Copper #4A6F65
RGB
CMYK
RGB Variations
Color information
#4A6F65 (or 0x4A6F65) is known color: Dark Green Copper. HEX triplet: 4A, 6F and 65. RGB value is (74,111,101). Sum of RGB (Red+Green+Blue) = 74+111+101=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6F65 is #B5909A. Grayscale: #626262. Windows color (decimal): -11899035 or 6647626. OLE color: 6647626.
HSL color Cylindrical-coordinate representation of color #4A6F65: hue angle of 163.78º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A6F65 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 111 | 101 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.56 |
| HSL | 163.78º | 0.2% | 0.36% | - |
| HSV(B) | 163.78º | 0.33% | 0.44% | - |
| XYZ | 10.86 | 13.76 | 14.4 | - |
| YUV | 98.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 101 | 0.33 | 0 | 0.09 | 0.56 | 163.78 | 0.2 | 0.36 |
| Hex | 4A | 6F | 65 | 21 | 0 | 9 | 38 | A4 | 14 | 24 |
| Octal | 112 | 157 | 145 | 41 | 0 | 11 | 70 | 244 | 24 | 44 |
| Binary | 1001010 | 1101111 | 1100101 | 100001 | 0 | 1001 | 111000 | 10100100 | 10100 | 100100 |
Color Harmonies of #4A6F65
Complementary color
Monochromatic Colors of #4A6F65
Black with #4A6F65
Text Example
Text Example
White with #4A6F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6F65; }
p { color: rgb(74,111,101); }
H1.HeaderClassName
{
color: #4A6F65;
}
.AnyTagClassName
{
color: #4A6F65;
}
</style>
background-color css
<style>
a { background-color: #4A6F65; }
a { background-color: rgb(74,111,101); }
div.DivClassName
{
background-color: #4A6F65;
}
.BgClassName
{
background-color: #4A6F65;
}
</style>
border-color css
<style>
span { border-color: #4A6F65; }
span { border-color: rgb(74,111,101); }
td.TdClassName
{
border-color: #4A6F65;
}
.TagClassName
{
border-color: #4A6F65;
}
</style>