Shades of Dark Green Copper #3F6964
Tints of Dark Green Copper #3F6964
RGB
CMYK
RGB Variations
Color information
#3F6964 (or 0x3F6964) is known color: Dark Green Copper. HEX triplet: 3F, 69 and 64. RGB value is (63,105,100). Sum of RGB (Red+Green+Blue) = 63+105+100=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6964 is #C0969B. Grayscale: #5B5B5B. Windows color (decimal): -12621468 or 6580543. OLE color: 6580543.
HSL color Cylindrical-coordinate representation of color #3F6964: hue angle of 172.86º 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 #3F6964 is Cyan = 0.4, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 100 | - |
| CMYK | 0.4 | 0 | 0.05 | 0.59 |
| HSL | 172.86º | 0.25% | 0.33% | - |
| HSV(B) | 172.86º | 0.4% | 0.41% | - |
| XYZ | 9.4 | 12.08 | 13.89 | - |
| YUV | 91.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 100 | 0.4 | 0 | 0.05 | 0.59 | 172.86 | 0.25 | 0.33 |
| Hex | 3F | 69 | 64 | 28 | 0 | 5 | 3B | AD | 19 | 21 |
| Octal | 77 | 151 | 144 | 50 | 0 | 5 | 73 | 255 | 31 | 41 |
| Binary | 111111 | 1101001 | 1100100 | 101000 | 0 | 101 | 111011 | 10101101 | 11001 | 100001 |
Color Harmonies of #3F6964
Complementary color
Monochromatic Colors of #3F6964
Black with #3F6964
Text Example
Text Example
White with #3F6964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6964; }
p { color: rgb(63,105,100); }
H1.HeaderClassName
{
color: #3F6964;
}
.AnyTagClassName
{
color: #3F6964;
}
</style>
background-color css
<style>
a { background-color: #3F6964; }
a { background-color: rgb(63,105,100); }
div.DivClassName
{
background-color: #3F6964;
}
.BgClassName
{
background-color: #3F6964;
}
</style>
border-color css
<style>
span { border-color: #3F6964; }
span { border-color: rgb(63,105,100); }
td.TdClassName
{
border-color: #3F6964;
}
.TagClassName
{
border-color: #3F6964;
}
</style>