Shades of Dark Green Copper #3F796D
Tints of Dark Green Copper #3F796D
RGB
CMYK
RGB Variations
Color information
#3F796D (or 0x3F796D) is known color: Dark Green Copper. HEX triplet: 3F, 79 and 6D. RGB value is (63,121,109). Sum of RGB (Red+Green+Blue) = 63+121+109=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #3F796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F796D is #C08692. Grayscale: #666666. Windows color (decimal): -12617363 or 7174463. OLE color: 7174463.
HSL color Cylindrical-coordinate representation of color #3F796D: hue angle of 167.59º 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 #3F796D is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 121 | 109 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.53 |
| HSL | 167.59º | 0.32% | 0.36% | - |
| HSV(B) | 167.59º | 0.48% | 0.47% | - |
| XYZ | 11.65 | 15.84 | 16.91 | - |
| YUV | 102.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 109 | 0.48 | 0 | 0.10 | 0.53 | 167.59 | 0.32 | 0.36 |
| Hex | 3F | 79 | 6D | 30 | 0 | A | 35 | A8 | 20 | 24 |
| Octal | 77 | 171 | 155 | 60 | 0 | 12 | 65 | 250 | 40 | 44 |
| Binary | 111111 | 1111001 | 1101101 | 110000 | 0 | 1010 | 110101 | 10101000 | 100000 | 100100 |
Color Harmonies of #3F796D
Complementary color
Monochromatic Colors of #3F796D
Black with #3F796D
Text Example
Text Example
White with #3F796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F796D; }
p { color: rgb(63,121,109); }
H1.HeaderClassName
{
color: #3F796D;
}
.AnyTagClassName
{
color: #3F796D;
}
</style>
background-color css
<style>
a { background-color: #3F796D; }
a { background-color: rgb(63,121,109); }
div.DivClassName
{
background-color: #3F796D;
}
.BgClassName
{
background-color: #3F796D;
}
</style>
border-color css
<style>
span { border-color: #3F796D; }
span { border-color: rgb(63,121,109); }
td.TdClassName
{
border-color: #3F796D;
}
.TagClassName
{
border-color: #3F796D;
}
</style>