Shades of Dark Green Copper #40706A
Tints of Dark Green Copper #40706A
RGB
CMYK
RGB Variations
Color information
#40706A (or 0x40706A) is known color: Dark Green Copper. HEX triplet: 40, 70 and 6A. RGB value is (64,112,106). Sum of RGB (Red+Green+Blue) = 64+112+106=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #40706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40706A is #BF8F95. Grayscale: #606060. Windows color (decimal): -12554134 or 6975552. OLE color: 6975552.
HSL color Cylindrical-coordinate representation of color #40706A: hue angle of 172.5º degrees, saturation: 0.27, 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 #40706A is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 106 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.56 |
| HSL | 172.5º | 0.27% | 0.35% | - |
| HSV(B) | 172.5º | 0.43% | 0.44% | - |
| XYZ | 10.51 | 13.72 | 15.73 | - |
| YUV | 96.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 106 | 0.43 | 0 | 0.05 | 0.56 | 172.5 | 0.27 | 0.35 |
| Hex | 40 | 70 | 6A | 2B | 0 | 5 | 38 | AC | 1B | 23 |
| Octal | 100 | 160 | 152 | 53 | 0 | 5 | 70 | 254 | 33 | 43 |
| Binary | 1000000 | 1110000 | 1101010 | 101011 | 0 | 101 | 111000 | 10101100 | 11011 | 100011 |
Color Harmonies of #40706A
Complementary color
Monochromatic Colors of #40706A
Black with #40706A
Text Example
Text Example
White with #40706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40706A; }
p { color: rgb(64,112,106); }
H1.HeaderClassName
{
color: #40706A;
}
.AnyTagClassName
{
color: #40706A;
}
</style>
background-color css
<style>
a { background-color: #40706A; }
a { background-color: rgb(64,112,106); }
div.DivClassName
{
background-color: #40706A;
}
.BgClassName
{
background-color: #40706A;
}
</style>
border-color css
<style>
span { border-color: #40706A; }
span { border-color: rgb(64,112,106); }
td.TdClassName
{
border-color: #40706A;
}
.TagClassName
{
border-color: #40706A;
}
</style>