Shades of Dark Green Copper #3E766C
Tints of Dark Green Copper #3E766C
RGB
CMYK
RGB Variations
Color information
#3E766C (or 0x3E766C) is known color: Dark Green Copper. HEX triplet: 3E, 76 and 6C. RGB value is (62,118,108). Sum of RGB (Red+Green+Blue) = 62+118+108=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #3E766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E766C is #C18993. Grayscale: #646464. Windows color (decimal): -12683668 or 7108158. OLE color: 7108158.
HSL color Cylindrical-coordinate representation of color #3E766C: hue angle of 169.29º 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 #3E766C is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 108 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.54 |
| HSL | 169.29º | 0.31% | 0.35% | - |
| HSV(B) | 169.29º | 0.47% | 0.46% | - |
| XYZ | 11.17 | 15.06 | 16.51 | - |
| YUV | 100.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 108 | 0.47 | 0 | 0.08 | 0.54 | 169.29 | 0.31 | 0.35 |
| Hex | 3E | 76 | 6C | 2F | 0 | 8 | 36 | A9 | 1F | 23 |
| Octal | 76 | 166 | 154 | 57 | 0 | 10 | 66 | 251 | 37 | 43 |
| Binary | 111110 | 1110110 | 1101100 | 101111 | 0 | 1000 | 110110 | 10101001 | 11111 | 100011 |
Color Harmonies of #3E766C
Complementary color
Monochromatic Colors of #3E766C
Black with #3E766C
Text Example
Text Example
White with #3E766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E766C; }
p { color: rgb(62,118,108); }
H1.HeaderClassName
{
color: #3E766C;
}
.AnyTagClassName
{
color: #3E766C;
}
</style>
background-color css
<style>
a { background-color: #3E766C; }
a { background-color: rgb(62,118,108); }
div.DivClassName
{
background-color: #3E766C;
}
.BgClassName
{
background-color: #3E766C;
}
</style>
border-color css
<style>
span { border-color: #3E766C; }
span { border-color: rgb(62,118,108); }
td.TdClassName
{
border-color: #3E766C;
}
.TagClassName
{
border-color: #3E766C;
}
</style>