Shades of Dark Green Copper #40776F
Tints of Dark Green Copper #40776F
RGB
CMYK
RGB Variations
Color information
#40776F (or 0x40776F) is known color: Dark Green Copper. HEX triplet: 40, 77 and 6F. RGB value is (64,119,111). Sum of RGB (Red+Green+Blue) = 64+119+111=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #40776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40776F is #BF8890. Grayscale: #656565. Windows color (decimal): -12552337 or 7305024. OLE color: 7305024.
HSL color Cylindrical-coordinate representation of color #40776F: hue angle of 171.27º 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 #40776F is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 111 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.53 |
| HSL | 171.27º | 0.3% | 0.36% | - |
| HSV(B) | 171.27º | 0.46% | 0.47% | - |
| XYZ | 11.58 | 15.43 | 17.41 | - |
| YUV | 101.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 111 | 0.46 | 0 | 0.07 | 0.53 | 171.27 | 0.3 | 0.36 |
| Hex | 40 | 77 | 6F | 2E | 0 | 7 | 35 | AB | 1E | 24 |
| Octal | 100 | 167 | 157 | 56 | 0 | 7 | 65 | 253 | 36 | 44 |
| Binary | 1000000 | 1110111 | 1101111 | 101110 | 0 | 111 | 110101 | 10101011 | 11110 | 100100 |
Color Harmonies of #40776F
Complementary color
Monochromatic Colors of #40776F
Black with #40776F
Text Example
Text Example
White with #40776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40776F; }
p { color: rgb(64,119,111); }
H1.HeaderClassName
{
color: #40776F;
}
.AnyTagClassName
{
color: #40776F;
}
</style>
background-color css
<style>
a { background-color: #40776F; }
a { background-color: rgb(64,119,111); }
div.DivClassName
{
background-color: #40776F;
}
.BgClassName
{
background-color: #40776F;
}
</style>
border-color css
<style>
span { border-color: #40776F; }
span { border-color: rgb(64,119,111); }
td.TdClassName
{
border-color: #40776F;
}
.TagClassName
{
border-color: #40776F;
}
</style>