Shades of Dark Green Copper #3D7063
Tints of Dark Green Copper #3D7063
RGB
CMYK
RGB Variations
Color information
#3D7063 (or 0x3D7063) is known color: Dark Green Copper. HEX triplet: 3D, 70 and 63. RGB value is (61,112,99). Sum of RGB (Red+Green+Blue) = 61+112+99=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7063 is #C28F9C. Grayscale: #5F5F5F. Windows color (decimal): -12750749 or 6516797. OLE color: 6516797.
HSL color Cylindrical-coordinate representation of color #3D7063: hue angle of 164.71º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D7063 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 99 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.56 |
| HSL | 164.71º | 0.29% | 0.34% | - |
| HSV(B) | 164.71º | 0.46% | 0.44% | - |
| XYZ | 9.97 | 13.48 | 13.88 | - |
| YUV | 95.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 99 | 0.46 | 0 | 0.12 | 0.56 | 164.71 | 0.29 | 0.34 |
| Hex | 3D | 70 | 63 | 2E | 0 | C | 38 | A5 | 1D | 22 |
| Octal | 75 | 160 | 143 | 56 | 0 | 14 | 70 | 245 | 35 | 42 |
| Binary | 111101 | 1110000 | 1100011 | 101110 | 0 | 1100 | 111000 | 10100101 | 11101 | 100010 |
Color Harmonies of #3D7063
Complementary color
Monochromatic Colors of #3D7063
Black with #3D7063
Text Example
Text Example
White with #3D7063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7063; }
p { color: rgb(61,112,99); }
H1.HeaderClassName
{
color: #3D7063;
}
.AnyTagClassName
{
color: #3D7063;
}
</style>
background-color css
<style>
a { background-color: #3D7063; }
a { background-color: rgb(61,112,99); }
div.DivClassName
{
background-color: #3D7063;
}
.BgClassName
{
background-color: #3D7063;
}
</style>
border-color css
<style>
span { border-color: #3D7063; }
span { border-color: rgb(61,112,99); }
td.TdClassName
{
border-color: #3D7063;
}
.TagClassName
{
border-color: #3D7063;
}
</style>