Shades of Dark Green Copper #3F7168
Tints of Dark Green Copper #3F7168
RGB
CMYK
RGB Variations
Color information
#3F7168 (or 0x3F7168) is known color: Dark Green Copper. HEX triplet: 3F, 71 and 68. RGB value is (63,113,104). Sum of RGB (Red+Green+Blue) = 63+113+104=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7168 is #C08E97. Grayscale: #616161. Windows color (decimal): -12619416 or 6844735. OLE color: 6844735.
HSL color Cylindrical-coordinate representation of color #3F7168: hue angle of 169.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7168 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 104 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.56 |
| HSL | 169.2º | 0.28% | 0.35% | - |
| HSV(B) | 169.2º | 0.44% | 0.44% | - |
| XYZ | 10.45 | 13.87 | 15.22 | - |
| YUV | 97.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 104 | 0.44 | 0 | 0.08 | 0.56 | 169.2 | 0.28 | 0.35 |
| Hex | 3F | 71 | 68 | 2C | 0 | 8 | 38 | A9 | 1C | 23 |
| Octal | 77 | 161 | 150 | 54 | 0 | 10 | 70 | 251 | 34 | 43 |
| Binary | 111111 | 1110001 | 1101000 | 101100 | 0 | 1000 | 111000 | 10101001 | 11100 | 100011 |
Color Harmonies of #3F7168
Complementary color
Monochromatic Colors of #3F7168
Black with #3F7168
Text Example
Text Example
White with #3F7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7168; }
p { color: rgb(63,113,104); }
H1.HeaderClassName
{
color: #3F7168;
}
.AnyTagClassName
{
color: #3F7168;
}
</style>
background-color css
<style>
a { background-color: #3F7168; }
a { background-color: rgb(63,113,104); }
div.DivClassName
{
background-color: #3F7168;
}
.BgClassName
{
background-color: #3F7168;
}
</style>
border-color css
<style>
span { border-color: #3F7168; }
span { border-color: rgb(63,113,104); }
td.TdClassName
{
border-color: #3F7168;
}
.TagClassName
{
border-color: #3F7168;
}
</style>