Shades of Dark Green Copper #3E786C
Tints of Dark Green Copper #3E786C
RGB
CMYK
RGB Variations
Color information
#3E786C (or 0x3E786C) is known color: Dark Green Copper. HEX triplet: 3E, 78 and 6C. RGB value is (62,120,108). Sum of RGB (Red+Green+Blue) = 62+120+108=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #3E786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E786C is #C18793. Grayscale: #656565. Windows color (decimal): -12683156 or 7108670. OLE color: 7108670.
HSL color Cylindrical-coordinate representation of color #3E786C: hue angle of 167.59º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E786C is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 120 | 108 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.53 |
| HSL | 167.59º | 0.32% | 0.36% | - |
| HSV(B) | 167.59º | 0.48% | 0.47% | - |
| XYZ | 11.41 | 15.54 | 16.59 | - |
| YUV | 101.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 108 | 0.48 | 0 | 0.10 | 0.53 | 167.59 | 0.32 | 0.36 |
| Hex | 3E | 78 | 6C | 30 | 0 | A | 35 | A8 | 20 | 24 |
| Octal | 76 | 170 | 154 | 60 | 0 | 12 | 65 | 250 | 40 | 44 |
| Binary | 111110 | 1111000 | 1101100 | 110000 | 0 | 1010 | 110101 | 10101000 | 100000 | 100100 |
Color Harmonies of #3E786C
Complementary color
Monochromatic Colors of #3E786C
Black with #3E786C
Text Example
Text Example
White with #3E786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E786C; }
p { color: rgb(62,120,108); }
H1.HeaderClassName
{
color: #3E786C;
}
.AnyTagClassName
{
color: #3E786C;
}
</style>
background-color css
<style>
a { background-color: #3E786C; }
a { background-color: rgb(62,120,108); }
div.DivClassName
{
background-color: #3E786C;
}
.BgClassName
{
background-color: #3E786C;
}
</style>
border-color css
<style>
span { border-color: #3E786C; }
span { border-color: rgb(62,120,108); }
td.TdClassName
{
border-color: #3E786C;
}
.TagClassName
{
border-color: #3E786C;
}
</style>