Shades of Dark Green Copper #3E7064
Tints of Dark Green Copper #3E7064
RGB
CMYK
RGB Variations
Color information
#3E7064 (or 0x3E7064) is known color: Dark Green Copper. HEX triplet: 3E, 70 and 64. RGB value is (62,112,100). Sum of RGB (Red+Green+Blue) = 62+112+100=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7064 is #C18F9B. Grayscale: #5F5F5F. Windows color (decimal): -12685212 or 6582334. OLE color: 6582334.
HSL color Cylindrical-coordinate representation of color #3E7064: hue angle of 165.6º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E7064 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 100 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.56 |
| HSL | 165.6º | 0.29% | 0.34% | - |
| HSV(B) | 165.6º | 0.45% | 0.44% | - |
| XYZ | 10.08 | 13.53 | 14.14 | - |
| YUV | 95.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 100 | 0.45 | 0 | 0.11 | 0.56 | 165.6 | 0.29 | 0.34 |
| Hex | 3E | 70 | 64 | 2D | 0 | B | 38 | A6 | 1D | 22 |
| Octal | 76 | 160 | 144 | 55 | 0 | 13 | 70 | 246 | 35 | 42 |
| Binary | 111110 | 1110000 | 1100100 | 101101 | 0 | 1011 | 111000 | 10100110 | 11101 | 100010 |
Color Harmonies of #3E7064
Complementary color
Monochromatic Colors of #3E7064
Black with #3E7064
Text Example
Text Example
White with #3E7064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7064; }
p { color: rgb(62,112,100); }
H1.HeaderClassName
{
color: #3E7064;
}
.AnyTagClassName
{
color: #3E7064;
}
</style>
background-color css
<style>
a { background-color: #3E7064; }
a { background-color: rgb(62,112,100); }
div.DivClassName
{
background-color: #3E7064;
}
.BgClassName
{
background-color: #3E7064;
}
</style>
border-color css
<style>
span { border-color: #3E7064; }
span { border-color: rgb(62,112,100); }
td.TdClassName
{
border-color: #3E7064;
}
.TagClassName
{
border-color: #3E7064;
}
</style>