Shades of Dark Green Copper #3E776B
Tints of Dark Green Copper #3E776B
RGB
CMYK
RGB Variations
Color information
#3E776B (or 0x3E776B) is known color: Dark Green Copper. HEX triplet: 3E, 77 and 6B. RGB value is (62,119,107). Sum of RGB (Red+Green+Blue) = 62+119+107=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #3E776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E776B is #C18894. Grayscale: #646464. Windows color (decimal): -12683413 or 7042878. OLE color: 7042878.
HSL color Cylindrical-coordinate representation of color #3E776B: hue angle of 167.37º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E776B is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 119 | 107 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.53 |
| HSL | 167.37º | 0.31% | 0.35% | - |
| HSV(B) | 167.37º | 0.48% | 0.47% | - |
| XYZ | 11.24 | 15.28 | 16.27 | - |
| YUV | 100.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 107 | 0.48 | 0 | 0.10 | 0.53 | 167.37 | 0.31 | 0.35 |
| Hex | 3E | 77 | 6B | 30 | 0 | A | 35 | A7 | 1F | 23 |
| Octal | 76 | 167 | 153 | 60 | 0 | 12 | 65 | 247 | 37 | 43 |
| Binary | 111110 | 1110111 | 1101011 | 110000 | 0 | 1010 | 110101 | 10100111 | 11111 | 100011 |
Color Harmonies of #3E776B
Complementary color
Monochromatic Colors of #3E776B
Black with #3E776B
Text Example
Text Example
White with #3E776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E776B; }
p { color: rgb(62,119,107); }
H1.HeaderClassName
{
color: #3E776B;
}
.AnyTagClassName
{
color: #3E776B;
}
</style>
background-color css
<style>
a { background-color: #3E776B; }
a { background-color: rgb(62,119,107); }
div.DivClassName
{
background-color: #3E776B;
}
.BgClassName
{
background-color: #3E776B;
}
</style>
border-color css
<style>
span { border-color: #3E776B; }
span { border-color: rgb(62,119,107); }
td.TdClassName
{
border-color: #3E776B;
}
.TagClassName
{
border-color: #3E776B;
}
</style>