Shades of Dark Green Copper #3F786D
Tints of Dark Green Copper #3F786D
RGB
CMYK
RGB Variations
Color information
#3F786D (or 0x3F786D) is known color: Dark Green Copper. HEX triplet: 3F, 78 and 6D. RGB value is (63,120,109). Sum of RGB (Red+Green+Blue) = 63+120+109=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #3F786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F786D is #C08792. Grayscale: #656565. Windows color (decimal): -12617619 or 7174207. OLE color: 7174207.
HSL color Cylindrical-coordinate representation of color #3F786D: hue angle of 168.42º 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 #3F786D is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 109 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.53 |
| HSL | 168.42º | 0.31% | 0.36% | - |
| HSV(B) | 168.42º | 0.48% | 0.47% | - |
| XYZ | 11.53 | 15.59 | 16.87 | - |
| YUV | 101.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 109 | 0.48 | 0 | 0.09 | 0.53 | 168.42 | 0.31 | 0.36 |
| Hex | 3F | 78 | 6D | 30 | 0 | 9 | 35 | A8 | 1F | 24 |
| Octal | 77 | 170 | 155 | 60 | 0 | 11 | 65 | 250 | 37 | 44 |
| Binary | 111111 | 1111000 | 1101101 | 110000 | 0 | 1001 | 110101 | 10101000 | 11111 | 100100 |
Color Harmonies of #3F786D
Complementary color
Monochromatic Colors of #3F786D
Black with #3F786D
Text Example
Text Example
White with #3F786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F786D; }
p { color: rgb(63,120,109); }
H1.HeaderClassName
{
color: #3F786D;
}
.AnyTagClassName
{
color: #3F786D;
}
</style>
background-color css
<style>
a { background-color: #3F786D; }
a { background-color: rgb(63,120,109); }
div.DivClassName
{
background-color: #3F786D;
}
.BgClassName
{
background-color: #3F786D;
}
</style>
border-color css
<style>
span { border-color: #3F786D; }
span { border-color: rgb(63,120,109); }
td.TdClassName
{
border-color: #3F786D;
}
.TagClassName
{
border-color: #3F786D;
}
</style>