Shades of Dark Green Copper #3F7A70
Tints of Dark Green Copper #3F7A70
RGB
CMYK
RGB Variations
Color information
#3F7A70 (or 0x3F7A70) is known color: Dark Green Copper. HEX triplet: 3F, 7A and 70. RGB value is (63,122,112). Sum of RGB (Red+Green+Blue) = 63+122+112=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A70 is #C0858F. Grayscale: #676767. Windows color (decimal): -12617104 or 7371327. OLE color: 7371327.
HSL color Cylindrical-coordinate representation of color #3F7A70: hue angle of 169.83º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7A70 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 112 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.52 |
| HSL | 169.83º | 0.32% | 0.36% | - |
| HSV(B) | 169.83º | 0.48% | 0.48% | - |
| XYZ | 11.93 | 16.15 | 17.82 | - |
| YUV | 103.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 112 | 0.48 | 0 | 0.08 | 0.52 | 169.83 | 0.32 | 0.36 |
| Hex | 3F | 7A | 70 | 30 | 0 | 8 | 34 | AA | 20 | 24 |
| Octal | 77 | 172 | 160 | 60 | 0 | 10 | 64 | 252 | 40 | 44 |
| Binary | 111111 | 1111010 | 1110000 | 110000 | 0 | 1000 | 110100 | 10101010 | 100000 | 100100 |
Color Harmonies of #3F7A70
Complementary color
Monochromatic Colors of #3F7A70
Black with #3F7A70
Text Example
Text Example
White with #3F7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A70; }
p { color: rgb(63,122,112); }
H1.HeaderClassName
{
color: #3F7A70;
}
.AnyTagClassName
{
color: #3F7A70;
}
</style>
background-color css
<style>
a { background-color: #3F7A70; }
a { background-color: rgb(63,122,112); }
div.DivClassName
{
background-color: #3F7A70;
}
.BgClassName
{
background-color: #3F7A70;
}
</style>
border-color css
<style>
span { border-color: #3F7A70; }
span { border-color: rgb(63,122,112); }
td.TdClassName
{
border-color: #3F7A70;
}
.TagClassName
{
border-color: #3F7A70;
}
</style>