Shades of Dark Green Copper #3D7165
Tints of Dark Green Copper #3D7165
RGB
CMYK
RGB Variations
Color information
#3D7165 (or 0x3D7165) is known color: Dark Green Copper. HEX triplet: 3D, 71 and 65. RGB value is (61,113,101). Sum of RGB (Red+Green+Blue) = 61+113+101=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7165 is #C28E9A. Grayscale: #606060. Windows color (decimal): -12750491 or 6648125. OLE color: 6648125.
HSL color Cylindrical-coordinate representation of color #3D7165: hue angle of 166.15º 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 #3D7165 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 101 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.56 |
| HSL | 166.15º | 0.3% | 0.34% | - |
| HSV(B) | 166.15º | 0.46% | 0.44% | - |
| XYZ | 10.18 | 13.74 | 14.43 | - |
| YUV | 96.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 101 | 0.46 | 0 | 0.11 | 0.56 | 166.15 | 0.3 | 0.34 |
| Hex | 3D | 71 | 65 | 2E | 0 | B | 38 | A6 | 1E | 22 |
| Octal | 75 | 161 | 145 | 56 | 0 | 13 | 70 | 246 | 36 | 42 |
| Binary | 111101 | 1110001 | 1100101 | 101110 | 0 | 1011 | 111000 | 10100110 | 11110 | 100010 |
Color Harmonies of #3D7165
Complementary color
Monochromatic Colors of #3D7165
Black with #3D7165
Text Example
Text Example
White with #3D7165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7165; }
p { color: rgb(61,113,101); }
H1.HeaderClassName
{
color: #3D7165;
}
.AnyTagClassName
{
color: #3D7165;
}
</style>
background-color css
<style>
a { background-color: #3D7165; }
a { background-color: rgb(61,113,101); }
div.DivClassName
{
background-color: #3D7165;
}
.BgClassName
{
background-color: #3D7165;
}
</style>
border-color css
<style>
span { border-color: #3D7165; }
span { border-color: rgb(61,113,101); }
td.TdClassName
{
border-color: #3D7165;
}
.TagClassName
{
border-color: #3D7165;
}
</style>