Shades of Dark Green Copper #3E7468
Tints of Dark Green Copper #3E7468
RGB
CMYK
RGB Variations
Color information
#3E7468 (or 0x3E7468) is known color: Dark Green Copper. HEX triplet: 3E, 74 and 68. RGB value is (62,116,104). Sum of RGB (Red+Green+Blue) = 62+116+104=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #3E7468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7468 is #C18B97. Grayscale: #626262. Windows color (decimal): -12684184 or 6845502. OLE color: 6845502.
HSL color Cylindrical-coordinate representation of color #3E7468: hue angle of 166.67º 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 #3E7468 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 104 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.55 |
| HSL | 166.67º | 0.3% | 0.35% | - |
| HSV(B) | 166.67º | 0.47% | 0.45% | - |
| XYZ | 10.73 | 14.51 | 15.33 | - |
| YUV | 98.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 104 | 0.47 | 0 | 0.10 | 0.55 | 166.67 | 0.3 | 0.35 |
| Hex | 3E | 74 | 68 | 2F | 0 | A | 37 | A7 | 1E | 23 |
| Octal | 76 | 164 | 150 | 57 | 0 | 12 | 67 | 247 | 36 | 43 |
| Binary | 111110 | 1110100 | 1101000 | 101111 | 0 | 1010 | 110111 | 10100111 | 11110 | 100011 |
Color Harmonies of #3E7468
Complementary color
Monochromatic Colors of #3E7468
Black with #3E7468
Text Example
Text Example
White with #3E7468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7468; }
p { color: rgb(62,116,104); }
H1.HeaderClassName
{
color: #3E7468;
}
.AnyTagClassName
{
color: #3E7468;
}
</style>
background-color css
<style>
a { background-color: #3E7468; }
a { background-color: rgb(62,116,104); }
div.DivClassName
{
background-color: #3E7468;
}
.BgClassName
{
background-color: #3E7468;
}
</style>
border-color css
<style>
span { border-color: #3E7468; }
span { border-color: rgb(62,116,104); }
td.TdClassName
{
border-color: #3E7468;
}
.TagClassName
{
border-color: #3E7468;
}
</style>