Shades of Dark Green Copper #3F6D66
Tints of Dark Green Copper #3F6D66
RGB
CMYK
RGB Variations
Color information
#3F6D66 (or 0x3F6D66) is known color: Dark Green Copper. HEX triplet: 3F, 6D and 66. RGB value is (63,109,102). Sum of RGB (Red+Green+Blue) = 63+109+102=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 109 - color contains mainly: green. Hex color #3F6D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6D66 is #C09299. Grayscale: #5E5E5E. Windows color (decimal): -12620442 or 6712639. OLE color: 6712639.
HSL color Cylindrical-coordinate representation of color #3F6D66: hue angle of 170.87º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F6D66 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 109 | 102 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.57 |
| HSL | 170.87º | 0.27% | 0.34% | - |
| HSV(B) | 170.87º | 0.42% | 0.43% | - |
| XYZ | 9.92 | 12.95 | 14.55 | - |
| YUV | 94.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 102 | 0.42 | 0 | 0.06 | 0.57 | 170.87 | 0.27 | 0.34 |
| Hex | 3F | 6D | 66 | 2A | 0 | 6 | 39 | AB | 1B | 22 |
| Octal | 77 | 155 | 146 | 52 | 0 | 6 | 71 | 253 | 33 | 42 |
| Binary | 111111 | 1101101 | 1100110 | 101010 | 0 | 110 | 111001 | 10101011 | 11011 | 100010 |
Color Harmonies of #3F6D66
Complementary color
Monochromatic Colors of #3F6D66
Black with #3F6D66
Text Example
Text Example
White with #3F6D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6D66; }
p { color: rgb(63,109,102); }
H1.HeaderClassName
{
color: #3F6D66;
}
.AnyTagClassName
{
color: #3F6D66;
}
</style>
background-color css
<style>
a { background-color: #3F6D66; }
a { background-color: rgb(63,109,102); }
div.DivClassName
{
background-color: #3F6D66;
}
.BgClassName
{
background-color: #3F6D66;
}
</style>
border-color css
<style>
span { border-color: #3F6D66; }
span { border-color: rgb(63,109,102); }
td.TdClassName
{
border-color: #3F6D66;
}
.TagClassName
{
border-color: #3F6D66;
}
</style>