Shades of Dark Green Copper #3F6D68
Tints of Dark Green Copper #3F6D68
RGB
CMYK
RGB Variations
Color information
#3F6D68 (or 0x3F6D68) is known color: Dark Green Copper. HEX triplet: 3F, 6D and 68. RGB value is (63,109,104). Sum of RGB (Red+Green+Blue) = 63+109+104=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #3F6D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6D68 is #C09297. Grayscale: #5E5E5E. Windows color (decimal): -12620440 or 6843711. OLE color: 6843711.
HSL color Cylindrical-coordinate representation of color #3F6D68: hue angle of 173.48º 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 #3F6D68 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 109 | 104 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.57 |
| HSL | 173.48º | 0.27% | 0.34% | - |
| HSV(B) | 173.48º | 0.42% | 0.43% | - |
| XYZ | 10.02 | 12.99 | 15.08 | - |
| YUV | 94.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 104 | 0.42 | 0 | 0.05 | 0.57 | 173.48 | 0.27 | 0.34 |
| Hex | 3F | 6D | 68 | 2A | 0 | 5 | 39 | AD | 1B | 22 |
| Octal | 77 | 155 | 150 | 52 | 0 | 5 | 71 | 255 | 33 | 42 |
| Binary | 111111 | 1101101 | 1101000 | 101010 | 0 | 101 | 111001 | 10101101 | 11011 | 100010 |
Color Harmonies of #3F6D68
Complementary color
Monochromatic Colors of #3F6D68
Black with #3F6D68
Text Example
Text Example
White with #3F6D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6D68; }
p { color: rgb(63,109,104); }
H1.HeaderClassName
{
color: #3F6D68;
}
.AnyTagClassName
{
color: #3F6D68;
}
</style>
background-color css
<style>
a { background-color: #3F6D68; }
a { background-color: rgb(63,109,104); }
div.DivClassName
{
background-color: #3F6D68;
}
.BgClassName
{
background-color: #3F6D68;
}
</style>
border-color css
<style>
span { border-color: #3F6D68; }
span { border-color: rgb(63,109,104); }
td.TdClassName
{
border-color: #3F6D68;
}
.TagClassName
{
border-color: #3F6D68;
}
</style>