Shades of Dark Green Copper #4E736A
Tints of Dark Green Copper #4E736A
RGB
CMYK
RGB Variations
Color information
#4E736A (or 0x4E736A) is known color: Dark Green Copper. HEX triplet: 4E, 73 and 6A. RGB value is (78,115,106). Sum of RGB (Red+Green+Blue) = 78+115+106=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #4E736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E736A is #B18C95. Grayscale: #666666. Windows color (decimal): -11635862 or 6976334. OLE color: 6976334.
HSL color Cylindrical-coordinate representation of color #4E736A: hue angle of 165.41º 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 #4E736A is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 115 | 106 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.55 |
| HSL | 165.41º | 0.19% | 0.38% | - |
| HSV(B) | 165.41º | 0.32% | 0.45% | - |
| XYZ | 11.87 | 14.92 | 15.89 | - |
| YUV | 102.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 106 | 0.32 | 0 | 0.08 | 0.55 | 165.41 | 0.19 | 0.38 |
| Hex | 4E | 73 | 6A | 20 | 0 | 8 | 37 | A5 | 13 | 26 |
| Octal | 116 | 163 | 152 | 40 | 0 | 10 | 67 | 245 | 23 | 46 |
| Binary | 1001110 | 1110011 | 1101010 | 100000 | 0 | 1000 | 110111 | 10100101 | 10011 | 100110 |
Color Harmonies of #4E736A
Complementary color
Monochromatic Colors of #4E736A
Black with #4E736A
Text Example
Text Example
White with #4E736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E736A; }
p { color: rgb(78,115,106); }
H1.HeaderClassName
{
color: #4E736A;
}
.AnyTagClassName
{
color: #4E736A;
}
</style>
background-color css
<style>
a { background-color: #4E736A; }
a { background-color: rgb(78,115,106); }
div.DivClassName
{
background-color: #4E736A;
}
.BgClassName
{
background-color: #4E736A;
}
</style>
border-color css
<style>
span { border-color: #4E736A; }
span { border-color: rgb(78,115,106); }
td.TdClassName
{
border-color: #4E736A;
}
.TagClassName
{
border-color: #4E736A;
}
</style>