Shades of Dark Green Copper #40706C
Tints of Dark Green Copper #40706C
RGB
CMYK
RGB Variations
Color information
#40706C (or 0x40706C) is known color: Dark Green Copper. HEX triplet: 40, 70 and 6C. RGB value is (64,112,108). Sum of RGB (Red+Green+Blue) = 64+112+108=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #40706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40706C is #BF8F93. Grayscale: #616161. Windows color (decimal): -12554132 or 7106624. OLE color: 7106624.
HSL color Cylindrical-coordinate representation of color #40706C: hue angle of 175º 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 #40706C is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 108 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.56 |
| HSL | 175º | 0.27% | 0.35% | - |
| HSV(B) | 175º | 0.43% | 0.44% | - |
| XYZ | 10.62 | 13.76 | 16.28 | - |
| YUV | 97.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 108 | 0.43 | 0 | 0.04 | 0.56 | 175 | 0.27 | 0.35 |
| Hex | 40 | 70 | 6C | 2B | 0 | 4 | 38 | AF | 1B | 23 |
| Octal | 100 | 160 | 154 | 53 | 0 | 4 | 70 | 257 | 33 | 43 |
| Binary | 1000000 | 1110000 | 1101100 | 101011 | 0 | 100 | 111000 | 10101111 | 11011 | 100011 |
Color Harmonies of #40706C
Complementary color
Monochromatic Colors of #40706C
Black with #40706C
Text Example
Text Example
White with #40706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40706C; }
p { color: rgb(64,112,108); }
H1.HeaderClassName
{
color: #40706C;
}
.AnyTagClassName
{
color: #40706C;
}
</style>
background-color css
<style>
a { background-color: #40706C; }
a { background-color: rgb(64,112,108); }
div.DivClassName
{
background-color: #40706C;
}
.BgClassName
{
background-color: #40706C;
}
</style>
border-color css
<style>
span { border-color: #40706C; }
span { border-color: rgb(64,112,108); }
td.TdClassName
{
border-color: #40706C;
}
.TagClassName
{
border-color: #40706C;
}
</style>