Shades of Dark Green Copper #3E6A66
Tints of Dark Green Copper #3E6A66
RGB
CMYK
RGB Variations
Color information
#3E6A66 (or 0x3E6A66) is known color: Dark Green Copper. HEX triplet: 3E, 6A and 66. RGB value is (62,106,102). Sum of RGB (Red+Green+Blue) = 62+106+102=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 106 - color contains mainly: green. Hex color #3E6A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6A66 is #C19599. Grayscale: #5C5C5C. Windows color (decimal): -12686746 or 6711870. OLE color: 6711870.
HSL color Cylindrical-coordinate representation of color #3E6A66: hue angle of 174.55º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E6A66 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 106 | 102 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.58 |
| HSL | 174.55º | 0.26% | 0.33% | - |
| HSV(B) | 174.55º | 0.42% | 0.42% | - |
| XYZ | 9.54 | 12.29 | 14.44 | - |
| YUV | 92.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 102 | 0.42 | 0 | 0.04 | 0.58 | 174.55 | 0.26 | 0.33 |
| Hex | 3E | 6A | 66 | 2A | 0 | 4 | 3A | AF | 1A | 21 |
| Octal | 76 | 152 | 146 | 52 | 0 | 4 | 72 | 257 | 32 | 41 |
| Binary | 111110 | 1101010 | 1100110 | 101010 | 0 | 100 | 111010 | 10101111 | 11010 | 100001 |
Color Harmonies of #3E6A66
Complementary color
Monochromatic Colors of #3E6A66
Black with #3E6A66
Text Example
Text Example
White with #3E6A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6A66; }
p { color: rgb(62,106,102); }
H1.HeaderClassName
{
color: #3E6A66;
}
.AnyTagClassName
{
color: #3E6A66;
}
</style>
background-color css
<style>
a { background-color: #3E6A66; }
a { background-color: rgb(62,106,102); }
div.DivClassName
{
background-color: #3E6A66;
}
.BgClassName
{
background-color: #3E6A66;
}
</style>
border-color css
<style>
span { border-color: #3E6A66; }
span { border-color: rgb(62,106,102); }
td.TdClassName
{
border-color: #3E6A66;
}
.TagClassName
{
border-color: #3E6A66;
}
</style>