Shades of Dark Green Copper #40786F
Tints of Dark Green Copper #40786F
RGB
CMYK
RGB Variations
Color information
#40786F (or 0x40786F) is known color: Dark Green Copper. HEX triplet: 40, 78 and 6F. RGB value is (64,120,111). Sum of RGB (Red+Green+Blue) = 64+120+111=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #40786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40786F is #BF8790. Grayscale: #666666. Windows color (decimal): -12552081 or 7305280. OLE color: 7305280.
HSL color Cylindrical-coordinate representation of color #40786F: hue angle of 170.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40786F is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 120 | 111 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.53 |
| HSL | 170.36º | 0.3% | 0.36% | - |
| HSV(B) | 170.36º | 0.47% | 0.47% | - |
| XYZ | 11.7 | 15.67 | 17.45 | - |
| YUV | 102.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 111 | 0.47 | 0 | 0.08 | 0.53 | 170.36 | 0.3 | 0.36 |
| Hex | 40 | 78 | 6F | 2F | 0 | 8 | 35 | AA | 1E | 24 |
| Octal | 100 | 170 | 157 | 57 | 0 | 10 | 65 | 252 | 36 | 44 |
| Binary | 1000000 | 1111000 | 1101111 | 101111 | 0 | 1000 | 110101 | 10101010 | 11110 | 100100 |
Color Harmonies of #40786F
Complementary color
Monochromatic Colors of #40786F
Black with #40786F
Text Example
Text Example
White with #40786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40786F; }
p { color: rgb(64,120,111); }
H1.HeaderClassName
{
color: #40786F;
}
.AnyTagClassName
{
color: #40786F;
}
</style>
background-color css
<style>
a { background-color: #40786F; }
a { background-color: rgb(64,120,111); }
div.DivClassName
{
background-color: #40786F;
}
.BgClassName
{
background-color: #40786F;
}
</style>
border-color css
<style>
span { border-color: #40786F; }
span { border-color: rgb(64,120,111); }
td.TdClassName
{
border-color: #40786F;
}
.TagClassName
{
border-color: #40786F;
}
</style>