Shades of Dark Green Copper #3D7169
Tints of Dark Green Copper #3D7169
RGB
CMYK
RGB Variations
Color information
#3D7169 (or 0x3D7169) is known color: Dark Green Copper. HEX triplet: 3D, 71 and 69. RGB value is (61,113,105). Sum of RGB (Red+Green+Blue) = 61+113+105=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7169 is #C28E96. Grayscale: #606060. Windows color (decimal): -12750487 or 6910269. OLE color: 6910269.
HSL color Cylindrical-coordinate representation of color #3D7169: hue angle of 170.77º 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 #3D7169 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 105 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.56 |
| HSL | 170.77º | 0.3% | 0.34% | - |
| HSV(B) | 170.77º | 0.46% | 0.44% | - |
| XYZ | 10.38 | 13.82 | 15.49 | - |
| YUV | 96.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 105 | 0.46 | 0 | 0.07 | 0.56 | 170.77 | 0.3 | 0.34 |
| Hex | 3D | 71 | 69 | 2E | 0 | 7 | 38 | AB | 1E | 22 |
| Octal | 75 | 161 | 151 | 56 | 0 | 7 | 70 | 253 | 36 | 42 |
| Binary | 111101 | 1110001 | 1101001 | 101110 | 0 | 111 | 111000 | 10101011 | 11110 | 100010 |
Color Harmonies of #3D7169
Complementary color
Monochromatic Colors of #3D7169
Black with #3D7169
Text Example
Text Example
White with #3D7169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7169; }
p { color: rgb(61,113,105); }
H1.HeaderClassName
{
color: #3D7169;
}
.AnyTagClassName
{
color: #3D7169;
}
</style>
background-color css
<style>
a { background-color: #3D7169; }
a { background-color: rgb(61,113,105); }
div.DivClassName
{
background-color: #3D7169;
}
.BgClassName
{
background-color: #3D7169;
}
</style>
border-color css
<style>
span { border-color: #3D7169; }
span { border-color: rgb(61,113,105); }
td.TdClassName
{
border-color: #3D7169;
}
.TagClassName
{
border-color: #3D7169;
}
</style>