Shades of Dark Green Copper #3F6962
Tints of Dark Green Copper #3F6962
RGB
CMYK
RGB Variations
Color information
#3F6962 (or 0x3F6962) is known color: Dark Green Copper. HEX triplet: 3F, 69 and 62. RGB value is (63,105,98). Sum of RGB (Red+Green+Blue) = 63+105+98=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6962 is #C0969D. Grayscale: #5B5B5B. Windows color (decimal): -12621470 or 6449471. OLE color: 6449471.
HSL color Cylindrical-coordinate representation of color #3F6962: hue angle of 170º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F6962 is Cyan = 0.4, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 98 | - |
| CMYK | 0.4 | 0 | 0.07 | 0.59 |
| HSL | 170º | 0.25% | 0.33% | - |
| HSV(B) | 170º | 0.4% | 0.41% | - |
| XYZ | 9.31 | 12.04 | 13.39 | - |
| YUV | 91.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 98 | 0.4 | 0 | 0.07 | 0.59 | 170 | 0.25 | 0.33 |
| Hex | 3F | 69 | 62 | 28 | 0 | 7 | 3B | AA | 19 | 21 |
| Octal | 77 | 151 | 142 | 50 | 0 | 7 | 73 | 252 | 31 | 41 |
| Binary | 111111 | 1101001 | 1100010 | 101000 | 0 | 111 | 111011 | 10101010 | 11001 | 100001 |
Color Harmonies of #3F6962
Complementary color
Monochromatic Colors of #3F6962
Black with #3F6962
Text Example
Text Example
White with #3F6962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6962; }
p { color: rgb(63,105,98); }
H1.HeaderClassName
{
color: #3F6962;
}
.AnyTagClassName
{
color: #3F6962;
}
</style>
background-color css
<style>
a { background-color: #3F6962; }
a { background-color: rgb(63,105,98); }
div.DivClassName
{
background-color: #3F6962;
}
.BgClassName
{
background-color: #3F6962;
}
</style>
border-color css
<style>
span { border-color: #3F6962; }
span { border-color: rgb(63,105,98); }
td.TdClassName
{
border-color: #3F6962;
}
.TagClassName
{
border-color: #3F6962;
}
</style>