Shades of Dark Green Copper #3F786C
Tints of Dark Green Copper #3F786C
RGB
CMYK
RGB Variations
Color information
#3F786C (or 0x3F786C) is known color: Dark Green Copper. HEX triplet: 3F, 78 and 6C. RGB value is (63,120,108). Sum of RGB (Red+Green+Blue) = 63+120+108=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #3F786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F786C is #C08793. Grayscale: #656565. Windows color (decimal): -12617620 or 7108671. OLE color: 7108671.
HSL color Cylindrical-coordinate representation of color #3F786C: hue angle of 167.37º 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 #3F786C is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 108 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.53 |
| HSL | 167.37º | 0.31% | 0.36% | - |
| HSV(B) | 167.37º | 0.48% | 0.47% | - |
| XYZ | 11.47 | 15.57 | 16.59 | - |
| YUV | 101.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 108 | 0.48 | 0 | 0.10 | 0.53 | 167.37 | 0.31 | 0.36 |
| Hex | 3F | 78 | 6C | 30 | 0 | A | 35 | A7 | 1F | 24 |
| Octal | 77 | 170 | 154 | 60 | 0 | 12 | 65 | 247 | 37 | 44 |
| Binary | 111111 | 1111000 | 1101100 | 110000 | 0 | 1010 | 110101 | 10100111 | 11111 | 100100 |
Color Harmonies of #3F786C
Complementary color
Monochromatic Colors of #3F786C
Black with #3F786C
Text Example
Text Example
White with #3F786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F786C; }
p { color: rgb(63,120,108); }
H1.HeaderClassName
{
color: #3F786C;
}
.AnyTagClassName
{
color: #3F786C;
}
</style>
background-color css
<style>
a { background-color: #3F786C; }
a { background-color: rgb(63,120,108); }
div.DivClassName
{
background-color: #3F786C;
}
.BgClassName
{
background-color: #3F786C;
}
</style>
border-color css
<style>
span { border-color: #3F786C; }
span { border-color: rgb(63,120,108); }
td.TdClassName
{
border-color: #3F786C;
}
.TagClassName
{
border-color: #3F786C;
}
</style>