Shades of Dark Green Copper #3E746E
Tints of Dark Green Copper #3E746E
RGB
CMYK
RGB Variations
Color information
#3E746E (or 0x3E746E) is known color: Dark Green Copper. HEX triplet: 3E, 74 and 6E. RGB value is (62,116,110). Sum of RGB (Red+Green+Blue) = 62+116+110=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #3E746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E746E is #C18B91. Grayscale: #636363. Windows color (decimal): -12684178 or 7238718. OLE color: 7238718.
HSL color Cylindrical-coordinate representation of color #3E746E: hue angle of 173.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E746E is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 110 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.55 |
| HSL | 173.33º | 0.3% | 0.35% | - |
| HSV(B) | 173.33º | 0.47% | 0.45% | - |
| XYZ | 11.05 | 14.64 | 17 | - |
| YUV | 99.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 110 | 0.47 | 0 | 0.05 | 0.55 | 173.33 | 0.3 | 0.35 |
| Hex | 3E | 74 | 6E | 2F | 0 | 5 | 37 | AD | 1E | 23 |
| Octal | 76 | 164 | 156 | 57 | 0 | 5 | 67 | 255 | 36 | 43 |
| Binary | 111110 | 1110100 | 1101110 | 101111 | 0 | 101 | 110111 | 10101101 | 11110 | 100011 |
Color Harmonies of #3E746E
Complementary color
Monochromatic Colors of #3E746E
Black with #3E746E
Text Example
Text Example
White with #3E746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E746E; }
p { color: rgb(62,116,110); }
H1.HeaderClassName
{
color: #3E746E;
}
.AnyTagClassName
{
color: #3E746E;
}
</style>
background-color css
<style>
a { background-color: #3E746E; }
a { background-color: rgb(62,116,110); }
div.DivClassName
{
background-color: #3E746E;
}
.BgClassName
{
background-color: #3E746E;
}
</style>
border-color css
<style>
span { border-color: #3E746E; }
span { border-color: rgb(62,116,110); }
td.TdClassName
{
border-color: #3E746E;
}
.TagClassName
{
border-color: #3E746E;
}
</style>