Shades of Dark Green Copper #3E7669
Tints of Dark Green Copper #3E7669
RGB
CMYK
RGB Variations
Color information
#3E7669 (or 0x3E7669) is known color: Dark Green Copper. HEX triplet: 3E, 76 and 69. RGB value is (62,118,105). Sum of RGB (Red+Green+Blue) = 62+118+105=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #3E7669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7669 is #C18996. Grayscale: #636363. Windows color (decimal): -12683671 or 6911550. OLE color: 6911550.
HSL color Cylindrical-coordinate representation of color #3E7669: hue angle of 166.07º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E7669 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 105 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.54 |
| HSL | 166.07º | 0.31% | 0.35% | - |
| HSV(B) | 166.07º | 0.47% | 0.46% | - |
| XYZ | 11.01 | 15 | 15.68 | - |
| YUV | 99.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 105 | 0.47 | 0 | 0.11 | 0.54 | 166.07 | 0.31 | 0.35 |
| Hex | 3E | 76 | 69 | 2F | 0 | B | 36 | A6 | 1F | 23 |
| Octal | 76 | 166 | 151 | 57 | 0 | 13 | 66 | 246 | 37 | 43 |
| Binary | 111110 | 1110110 | 1101001 | 101111 | 0 | 1011 | 110110 | 10100110 | 11111 | 100011 |
Color Harmonies of #3E7669
Complementary color
Monochromatic Colors of #3E7669
Black with #3E7669
Text Example
Text Example
White with #3E7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7669; }
p { color: rgb(62,118,105); }
H1.HeaderClassName
{
color: #3E7669;
}
.AnyTagClassName
{
color: #3E7669;
}
</style>
background-color css
<style>
a { background-color: #3E7669; }
a { background-color: rgb(62,118,105); }
div.DivClassName
{
background-color: #3E7669;
}
.BgClassName
{
background-color: #3E7669;
}
</style>
border-color css
<style>
span { border-color: #3E7669; }
span { border-color: rgb(62,118,105); }
td.TdClassName
{
border-color: #3E7669;
}
.TagClassName
{
border-color: #3E7669;
}
</style>