Shades of Dark Green Copper #4E8274
Tints of Dark Green Copper #4E8274
RGB
CMYK
RGB Variations
Color information
#4E8274 (or 0x4E8274) is known color: Dark Green Copper. HEX triplet: 4E, 82 and 74. RGB value is (78,130,116). Sum of RGB (Red+Green+Blue) = 78+130+116=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #4E8274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8274 is #B17D8B. Grayscale: #707070. Windows color (decimal): -11632012 or 7635534. OLE color: 7635534.
HSL color Cylindrical-coordinate representation of color #4E8274: hue angle of 163.85º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E8274 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 130 | 116 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.49 |
| HSL | 163.85º | 0.25% | 0.41% | - |
| HSV(B) | 163.85º | 0.4% | 0.51% | - |
| XYZ | 14.28 | 18.85 | 19.41 | - |
| YUV | 112.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 130 | 116 | 0.40 | 0 | 0.11 | 0.49 | 163.85 | 0.25 | 0.41 |
| Hex | 4E | 82 | 74 | 28 | 0 | B | 31 | A4 | 19 | 29 |
| Octal | 116 | 202 | 164 | 50 | 0 | 13 | 61 | 244 | 31 | 51 |
| Binary | 1001110 | 10000010 | 1110100 | 101000 | 0 | 1011 | 110001 | 10100100 | 11001 | 101001 |
Color Harmonies of #4E8274
Complementary color
Monochromatic Colors of #4E8274
Black with #4E8274
Text Example
Text Example
White with #4E8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8274; }
p { color: rgb(78,130,116); }
H1.HeaderClassName
{
color: #4E8274;
}
.AnyTagClassName
{
color: #4E8274;
}
</style>
background-color css
<style>
a { background-color: #4E8274; }
a { background-color: rgb(78,130,116); }
div.DivClassName
{
background-color: #4E8274;
}
.BgClassName
{
background-color: #4E8274;
}
</style>
border-color css
<style>
span { border-color: #4E8274; }
span { border-color: rgb(78,130,116); }
td.TdClassName
{
border-color: #4E8274;
}
.TagClassName
{
border-color: #4E8274;
}
</style>