Shades of Dark Green Copper #4E7266
Tints of Dark Green Copper #4E7266
RGB
CMYK
RGB Variations
Color information
#4E7266 (or 0x4E7266) is known color: Dark Green Copper. HEX triplet: 4E, 72 and 66. RGB value is (78,114,102). Sum of RGB (Red+Green+Blue) = 78+114+102=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #4E7266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7266 is #B18D99. Grayscale: #656565. Windows color (decimal): -11636122 or 6713934. OLE color: 6713934.
HSL color Cylindrical-coordinate representation of color #4E7266: hue angle of 160º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E7266 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 114 | 102 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.55 |
| HSL | 160º | 0.19% | 0.38% | - |
| HSV(B) | 160º | 0.32% | 0.45% | - |
| XYZ | 11.56 | 14.61 | 14.78 | - |
| YUV | 101.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 102 | 0.32 | 0 | 0.11 | 0.55 | 160 | 0.19 | 0.38 |
| Hex | 4E | 72 | 66 | 20 | 0 | B | 37 | A0 | 13 | 26 |
| Octal | 116 | 162 | 146 | 40 | 0 | 13 | 67 | 240 | 23 | 46 |
| Binary | 1001110 | 1110010 | 1100110 | 100000 | 0 | 1011 | 110111 | 10100000 | 10011 | 100110 |
Color Harmonies of #4E7266
Complementary color
Monochromatic Colors of #4E7266
Black with #4E7266
Text Example
Text Example
White with #4E7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7266; }
p { color: rgb(78,114,102); }
H1.HeaderClassName
{
color: #4E7266;
}
.AnyTagClassName
{
color: #4E7266;
}
</style>
background-color css
<style>
a { background-color: #4E7266; }
a { background-color: rgb(78,114,102); }
div.DivClassName
{
background-color: #4E7266;
}
.BgClassName
{
background-color: #4E7266;
}
</style>
border-color css
<style>
span { border-color: #4E7266; }
span { border-color: rgb(78,114,102); }
td.TdClassName
{
border-color: #4E7266;
}
.TagClassName
{
border-color: #4E7266;
}
</style>