Shades of Dark Green Copper #407163
Tints of Dark Green Copper #407163
RGB
CMYK
RGB Variations
Color information
#407163 (or 0x407163) is known color: Dark Green Copper. HEX triplet: 40, 71 and 63. RGB value is (64,113,99). Sum of RGB (Red+Green+Blue) = 64+113+99=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #407163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407163 is #BF8E9C. Grayscale: #606060. Windows color (decimal): -12553885 or 6517056. OLE color: 6517056.
HSL color Cylindrical-coordinate representation of color #407163: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407163 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 99 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.56 |
| HSL | 162.86º | 0.28% | 0.35% | - |
| HSV(B) | 162.86º | 0.43% | 0.44% | - |
| XYZ | 10.27 | 13.8 | 13.93 | - |
| YUV | 96.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 99 | 0.43 | 0 | 0.12 | 0.56 | 162.86 | 0.28 | 0.35 |
| Hex | 40 | 71 | 63 | 2B | 0 | C | 38 | A3 | 1C | 23 |
| Octal | 100 | 161 | 143 | 53 | 0 | 14 | 70 | 243 | 34 | 43 |
| Binary | 1000000 | 1110001 | 1100011 | 101011 | 0 | 1100 | 111000 | 10100011 | 11100 | 100011 |
Color Harmonies of #407163
Complementary color
Monochromatic Colors of #407163
Black with #407163
Text Example
Text Example
White with #407163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407163; }
p { color: rgb(64,113,99); }
H1.HeaderClassName
{
color: #407163;
}
.AnyTagClassName
{
color: #407163;
}
</style>
background-color css
<style>
a { background-color: #407163; }
a { background-color: rgb(64,113,99); }
div.DivClassName
{
background-color: #407163;
}
.BgClassName
{
background-color: #407163;
}
</style>
border-color css
<style>
span { border-color: #407163; }
span { border-color: rgb(64,113,99); }
td.TdClassName
{
border-color: #407163;
}
.TagClassName
{
border-color: #407163;
}
</style>