Shades of Dark Green Copper #3E6E6A
Tints of Dark Green Copper #3E6E6A
RGB
CMYK
RGB Variations
Color information
#3E6E6A (or 0x3E6E6A) is known color: Dark Green Copper. HEX triplet: 3E, 6E and 6A. RGB value is (62,110,106). Sum of RGB (Red+Green+Blue) = 62+110+106=278 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.30% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 110 - color contains mainly: green. Hex color #3E6E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6E6A is #C19195. Grayscale: #5F5F5F. Windows color (decimal): -12685718 or 6975038. OLE color: 6975038.
HSL color Cylindrical-coordinate representation of color #3E6E6A: hue angle of 175º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E6E6A is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 110 | 106 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.57 |
| HSL | 175º | 0.28% | 0.34% | - |
| HSV(B) | 175º | 0.44% | 0.43% | - |
| XYZ | 10.16 | 13.22 | 15.65 | - |
| YUV | 95.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 106 | 0.44 | 0 | 0.04 | 0.57 | 175 | 0.28 | 0.34 |
| Hex | 3E | 6E | 6A | 2C | 0 | 4 | 39 | AF | 1C | 22 |
| Octal | 76 | 156 | 152 | 54 | 0 | 4 | 71 | 257 | 34 | 42 |
| Binary | 111110 | 1101110 | 1101010 | 101100 | 0 | 100 | 111001 | 10101111 | 11100 | 100010 |
Color Harmonies of #3E6E6A
Complementary color
Monochromatic Colors of #3E6E6A
Black with #3E6E6A
Text Example
Text Example
White with #3E6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6E6A; }
p { color: rgb(62,110,106); }
H1.HeaderClassName
{
color: #3E6E6A;
}
.AnyTagClassName
{
color: #3E6E6A;
}
</style>
background-color css
<style>
a { background-color: #3E6E6A; }
a { background-color: rgb(62,110,106); }
div.DivClassName
{
background-color: #3E6E6A;
}
.BgClassName
{
background-color: #3E6E6A;
}
</style>
border-color css
<style>
span { border-color: #3E6E6A; }
span { border-color: rgb(62,110,106); }
td.TdClassName
{
border-color: #3E6E6A;
}
.TagClassName
{
border-color: #3E6E6A;
}
</style>