Shades of Dark Green Copper #3E786B
Tints of Dark Green Copper #3E786B
RGB
CMYK
RGB Variations
Color information
#3E786B (or 0x3E786B) is known color: Dark Green Copper. HEX triplet: 3E, 78 and 6B. RGB value is (62,120,107). Sum of RGB (Red+Green+Blue) = 62+120+107=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 120 - color contains mainly: green. Hex color #3E786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E786B is #C18794. Grayscale: #656565. Windows color (decimal): -12683157 or 7043134. OLE color: 7043134.
HSL color Cylindrical-coordinate representation of color #3E786B: hue angle of 166.55º 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 #3E786B is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 120 | 107 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.53 |
| HSL | 166.55º | 0.32% | 0.36% | - |
| HSV(B) | 166.55º | 0.48% | 0.47% | - |
| XYZ | 11.36 | 15.52 | 16.31 | - |
| YUV | 101.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 107 | 0.48 | 0 | 0.11 | 0.53 | 166.55 | 0.32 | 0.36 |
| Hex | 3E | 78 | 6B | 30 | 0 | B | 35 | A7 | 20 | 24 |
| Octal | 76 | 170 | 153 | 60 | 0 | 13 | 65 | 247 | 40 | 44 |
| Binary | 111110 | 1111000 | 1101011 | 110000 | 0 | 1011 | 110101 | 10100111 | 100000 | 100100 |
Color Harmonies of #3E786B
Complementary color
Monochromatic Colors of #3E786B
Black with #3E786B
Text Example
Text Example
White with #3E786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E786B; }
p { color: rgb(62,120,107); }
H1.HeaderClassName
{
color: #3E786B;
}
.AnyTagClassName
{
color: #3E786B;
}
</style>
background-color css
<style>
a { background-color: #3E786B; }
a { background-color: rgb(62,120,107); }
div.DivClassName
{
background-color: #3E786B;
}
.BgClassName
{
background-color: #3E786B;
}
</style>
border-color css
<style>
span { border-color: #3E786B; }
span { border-color: rgb(62,120,107); }
td.TdClassName
{
border-color: #3E786B;
}
.TagClassName
{
border-color: #3E786B;
}
</style>