Shades of Dark Green Copper #40776D
Tints of Dark Green Copper #40776D
RGB
CMYK
RGB Variations
Color information
#40776D (or 0x40776D) is known color: Dark Green Copper. HEX triplet: 40, 77 and 6D. RGB value is (64,119,109). Sum of RGB (Red+Green+Blue) = 64+119+109=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #40776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40776D is #BF8892. Grayscale: #656565. Windows color (decimal): -12552339 or 7173952. OLE color: 7173952.
HSL color Cylindrical-coordinate representation of color #40776D: hue angle of 169.09º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40776D is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 109 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.53 |
| HSL | 169.09º | 0.3% | 0.36% | - |
| HSV(B) | 169.09º | 0.46% | 0.47% | - |
| XYZ | 11.47 | 15.39 | 16.83 | - |
| YUV | 101.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 109 | 0.46 | 0 | 0.08 | 0.53 | 169.09 | 0.3 | 0.36 |
| Hex | 40 | 77 | 6D | 2E | 0 | 8 | 35 | A9 | 1E | 24 |
| Octal | 100 | 167 | 155 | 56 | 0 | 10 | 65 | 251 | 36 | 44 |
| Binary | 1000000 | 1110111 | 1101101 | 101110 | 0 | 1000 | 110101 | 10101001 | 11110 | 100100 |
Color Harmonies of #40776D
Complementary color
Monochromatic Colors of #40776D
Black with #40776D
Text Example
Text Example
White with #40776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40776D; }
p { color: rgb(64,119,109); }
H1.HeaderClassName
{
color: #40776D;
}
.AnyTagClassName
{
color: #40776D;
}
</style>
background-color css
<style>
a { background-color: #40776D; }
a { background-color: rgb(64,119,109); }
div.DivClassName
{
background-color: #40776D;
}
.BgClassName
{
background-color: #40776D;
}
</style>
border-color css
<style>
span { border-color: #40776D; }
span { border-color: rgb(64,119,109); }
td.TdClassName
{
border-color: #40776D;
}
.TagClassName
{
border-color: #40776D;
}
</style>