Shades of Dark Green Copper #3F7B70
Tints of Dark Green Copper #3F7B70
RGB
CMYK
RGB Variations
Color information
#3F7B70 (or 0x3F7B70) is known color: Dark Green Copper. HEX triplet: 3F, 7B and 70. RGB value is (63,123,112). Sum of RGB (Red+Green+Blue) = 63+123+112=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #3F7B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7B70 is #C0848F. Grayscale: #676767. Windows color (decimal): -12616848 or 7371583. OLE color: 7371583.
HSL color Cylindrical-coordinate representation of color #3F7B70: hue angle of 169º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F7B70 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 123 | 112 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.52 |
| HSL | 169º | 0.32% | 0.36% | - |
| HSV(B) | 169º | 0.49% | 0.48% | - |
| XYZ | 12.06 | 16.39 | 17.86 | - |
| YUV | 103.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 123 | 112 | 0.49 | 0 | 0.09 | 0.52 | 169 | 0.32 | 0.36 |
| Hex | 3F | 7B | 70 | 31 | 0 | 9 | 34 | A9 | 20 | 24 |
| Octal | 77 | 173 | 160 | 61 | 0 | 11 | 64 | 251 | 40 | 44 |
| Binary | 111111 | 1111011 | 1110000 | 110001 | 0 | 1001 | 110100 | 10101001 | 100000 | 100100 |
Color Harmonies of #3F7B70
Complementary color
Monochromatic Colors of #3F7B70
Black with #3F7B70
Text Example
Text Example
White with #3F7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7B70; }
p { color: rgb(63,123,112); }
H1.HeaderClassName
{
color: #3F7B70;
}
.AnyTagClassName
{
color: #3F7B70;
}
</style>
background-color css
<style>
a { background-color: #3F7B70; }
a { background-color: rgb(63,123,112); }
div.DivClassName
{
background-color: #3F7B70;
}
.BgClassName
{
background-color: #3F7B70;
}
</style>
border-color css
<style>
span { border-color: #3F7B70; }
span { border-color: rgb(63,123,112); }
td.TdClassName
{
border-color: #3F7B70;
}
.TagClassName
{
border-color: #3F7B70;
}
</style>