Shades of Dark Green Copper #40756D
Tints of Dark Green Copper #40756D
RGB
CMYK
RGB Variations
Color information
#40756D (or 0x40756D) is known color: Dark Green Copper. HEX triplet: 40, 75 and 6D. RGB value is (64,117,109). Sum of RGB (Red+Green+Blue) = 64+117+109=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #40756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40756D is #BF8A92. Grayscale: #646464. Windows color (decimal): -12552851 or 7173440. OLE color: 7173440.
HSL color Cylindrical-coordinate representation of color #40756D: hue angle of 170.94º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40756D is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 117 | 109 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.54 |
| HSL | 170.94º | 0.29% | 0.35% | - |
| HSV(B) | 170.94º | 0.45% | 0.46% | - |
| XYZ | 11.24 | 14.92 | 16.76 | - |
| YUV | 100.24 | 132.94 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 109 | 0.45 | 0 | 0.07 | 0.54 | 170.94 | 0.29 | 0.35 |
| Hex | 40 | 75 | 6D | 2D | 0 | 7 | 36 | AB | 1D | 23 |
| Octal | 100 | 165 | 155 | 55 | 0 | 7 | 66 | 253 | 35 | 43 |
| Binary | 1000000 | 1110101 | 1101101 | 101101 | 0 | 111 | 110110 | 10101011 | 11101 | 100011 |
Color Harmonies of #40756D
Complementary color
Monochromatic Colors of #40756D
Black with #40756D
Text Example
Text Example
White with #40756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40756D; }
p { color: rgb(64,117,109); }
H1.HeaderClassName
{
color: #40756D;
}
.AnyTagClassName
{
color: #40756D;
}
</style>
background-color css
<style>
a { background-color: #40756D; }
a { background-color: rgb(64,117,109); }
div.DivClassName
{
background-color: #40756D;
}
.BgClassName
{
background-color: #40756D;
}
</style>
border-color css
<style>
span { border-color: #40756D; }
span { border-color: rgb(64,117,109); }
td.TdClassName
{
border-color: #40756D;
}
.TagClassName
{
border-color: #40756D;
}
</style>