Shades of Dark Green Copper #3F786B
Tints of Dark Green Copper #3F786B
RGB
CMYK
RGB Variations
Color information
#3F786B (or 0x3F786B) is known color: Dark Green Copper. HEX triplet: 3F, 78 and 6B. RGB value is (63,120,107). Sum of RGB (Red+Green+Blue) = 63+120+107=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #3F786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F786B is #C08794. Grayscale: #656565. Windows color (decimal): -12617621 or 7043135. OLE color: 7043135.
HSL color Cylindrical-coordinate representation of color #3F786B: hue angle of 166.32º degrees, saturation: 0.31, 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 #3F786B is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 107 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.53 |
| HSL | 166.32º | 0.31% | 0.36% | - |
| HSV(B) | 166.32º | 0.48% | 0.47% | - |
| XYZ | 11.42 | 15.55 | 16.31 | - |
| YUV | 101.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 107 | 0.48 | 0 | 0.11 | 0.53 | 166.32 | 0.31 | 0.36 |
| Hex | 3F | 78 | 6B | 30 | 0 | B | 35 | A6 | 1F | 24 |
| Octal | 77 | 170 | 153 | 60 | 0 | 13 | 65 | 246 | 37 | 44 |
| Binary | 111111 | 1111000 | 1101011 | 110000 | 0 | 1011 | 110101 | 10100110 | 11111 | 100100 |
Color Harmonies of #3F786B
Complementary color
Monochromatic Colors of #3F786B
Black with #3F786B
Text Example
Text Example
White with #3F786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F786B; }
p { color: rgb(63,120,107); }
H1.HeaderClassName
{
color: #3F786B;
}
.AnyTagClassName
{
color: #3F786B;
}
</style>
background-color css
<style>
a { background-color: #3F786B; }
a { background-color: rgb(63,120,107); }
div.DivClassName
{
background-color: #3F786B;
}
.BgClassName
{
background-color: #3F786B;
}
</style>
border-color css
<style>
span { border-color: #3F786B; }
span { border-color: rgb(63,120,107); }
td.TdClassName
{
border-color: #3F786B;
}
.TagClassName
{
border-color: #3F786B;
}
</style>