Shades of Dark Green Copper #3D7163
Tints of Dark Green Copper #3D7163
RGB
CMYK
RGB Variations
Color information
#3D7163 (or 0x3D7163) is known color: Dark Green Copper. HEX triplet: 3D, 71 and 63. RGB value is (61,113,99). Sum of RGB (Red+Green+Blue) = 61+113+99=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7163 is #C28E9C. Grayscale: #5F5F5F. Windows color (decimal): -12750493 or 6517053. OLE color: 6517053.
HSL color Cylindrical-coordinate representation of color #3D7163: hue angle of 163.85º degrees, saturation: 0.3, 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 #3D7163 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 99 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.56 |
| HSL | 163.85º | 0.3% | 0.34% | - |
| HSV(B) | 163.85º | 0.46% | 0.44% | - |
| XYZ | 10.08 | 13.7 | 13.92 | - |
| YUV | 95.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 99 | 0.46 | 0 | 0.12 | 0.56 | 163.85 | 0.3 | 0.34 |
| Hex | 3D | 71 | 63 | 2E | 0 | C | 38 | A4 | 1E | 22 |
| Octal | 75 | 161 | 143 | 56 | 0 | 14 | 70 | 244 | 36 | 42 |
| Binary | 111101 | 1110001 | 1100011 | 101110 | 0 | 1100 | 111000 | 10100100 | 11110 | 100010 |
Color Harmonies of #3D7163
Complementary color
Monochromatic Colors of #3D7163
Black with #3D7163
Text Example
Text Example
White with #3D7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7163; }
p { color: rgb(61,113,99); }
H1.HeaderClassName
{
color: #3D7163;
}
.AnyTagClassName
{
color: #3D7163;
}
</style>
background-color css
<style>
a { background-color: #3D7163; }
a { background-color: rgb(61,113,99); }
div.DivClassName
{
background-color: #3D7163;
}
.BgClassName
{
background-color: #3D7163;
}
</style>
border-color css
<style>
span { border-color: #3D7163; }
span { border-color: rgb(61,113,99); }
td.TdClassName
{
border-color: #3D7163;
}
.TagClassName
{
border-color: #3D7163;
}
</style>