Shades of Dark Green Copper #4A6F64
Tints of Dark Green Copper #4A6F64
RGB
CMYK
RGB Variations
Color information
#4A6F64 (or 0x4A6F64) is known color: Dark Green Copper. HEX triplet: 4A, 6F and 64. RGB value is (74,111,100). Sum of RGB (Red+Green+Blue) = 74+111+100=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6F64 is #B5909B. Grayscale: #626262. Windows color (decimal): -11899036 or 6582090. OLE color: 6582090.
HSL color Cylindrical-coordinate representation of color #4A6F64: hue angle of 162.16º 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 #4A6F64 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 111 | 100 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.56 |
| HSL | 162.16º | 0.2% | 0.36% | - |
| HSV(B) | 162.16º | 0.33% | 0.44% | - |
| XYZ | 10.81 | 13.74 | 14.14 | - |
| YUV | 98.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 100 | 0.33 | 0 | 0.10 | 0.56 | 162.16 | 0.2 | 0.36 |
| Hex | 4A | 6F | 64 | 21 | 0 | A | 38 | A2 | 14 | 24 |
| Octal | 112 | 157 | 144 | 41 | 0 | 12 | 70 | 242 | 24 | 44 |
| Binary | 1001010 | 1101111 | 1100100 | 100001 | 0 | 1010 | 111000 | 10100010 | 10100 | 100100 |
Color Harmonies of #4A6F64
Complementary color
Monochromatic Colors of #4A6F64
Black with #4A6F64
Text Example
Text Example
White with #4A6F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6F64; }
p { color: rgb(74,111,100); }
H1.HeaderClassName
{
color: #4A6F64;
}
.AnyTagClassName
{
color: #4A6F64;
}
</style>
background-color css
<style>
a { background-color: #4A6F64; }
a { background-color: rgb(74,111,100); }
div.DivClassName
{
background-color: #4A6F64;
}
.BgClassName
{
background-color: #4A6F64;
}
</style>
border-color css
<style>
span { border-color: #4A6F64; }
span { border-color: rgb(74,111,100); }
td.TdClassName
{
border-color: #4A6F64;
}
.TagClassName
{
border-color: #4A6F64;
}
</style>