Shades of Dark Green Copper #4E6A62
Tints of Dark Green Copper #4E6A62
RGB
CMYK
RGB Variations
Color information
#4E6A62 (or 0x4E6A62) is known color: Dark Green Copper. HEX triplet: 4E, 6A and 62. RGB value is (78,106,98). Sum of RGB (Red+Green+Blue) = 78+106+98=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 106 - color contains mainly: green. Hex color #4E6A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6A62 is #B1959D. Grayscale: #606060. Windows color (decimal): -11638174 or 6449742. OLE color: 6449742.
HSL color Cylindrical-coordinate representation of color #4E6A62: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6A62 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 106 | 98 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.58 |
| HSL | 162.86º | 0.15% | 0.36% | - |
| HSV(B) | 162.86º | 0.26% | 0.42% | - |
| XYZ | 10.5 | 12.81 | 13.47 | - |
| YUV | 96.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 106 | 98 | 0.26 | 0 | 0.08 | 0.58 | 162.86 | 0.15 | 0.36 |
| Hex | 4E | 6A | 62 | 1A | 0 | 8 | 3A | A3 | F | 24 |
| Octal | 116 | 152 | 142 | 32 | 0 | 10 | 72 | 243 | 17 | 44 |
| Binary | 1001110 | 1101010 | 1100010 | 11010 | 0 | 1000 | 111010 | 10100011 | 1111 | 100100 |
Color Harmonies of #4E6A62
Complementary color
Monochromatic Colors of #4E6A62
Black with #4E6A62
Text Example
Text Example
White with #4E6A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6A62; }
p { color: rgb(78,106,98); }
H1.HeaderClassName
{
color: #4E6A62;
}
.AnyTagClassName
{
color: #4E6A62;
}
</style>
background-color css
<style>
a { background-color: #4E6A62; }
a { background-color: rgb(78,106,98); }
div.DivClassName
{
background-color: #4E6A62;
}
.BgClassName
{
background-color: #4E6A62;
}
</style>
border-color css
<style>
span { border-color: #4E6A62; }
span { border-color: rgb(78,106,98); }
td.TdClassName
{
border-color: #4E6A62;
}
.TagClassName
{
border-color: #4E6A62;
}
</style>