Shades of Dark Green Copper #40796F
Tints of Dark Green Copper #40796F
RGB
CMYK
RGB Variations
Color information
#40796F (or 0x40796F) is known color: Dark Green Copper. HEX triplet: 40, 79 and 6F. RGB value is (64,121,111). Sum of RGB (Red+Green+Blue) = 64+121+111=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #40796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40796F is #BF8690. Grayscale: #666666. Windows color (decimal): -12551825 or 7305536. OLE color: 7305536.
HSL color Cylindrical-coordinate representation of color #40796F: hue angle of 169.47º degrees, saturation: 0.31, 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 #40796F is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 121 | 111 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.53 |
| HSL | 169.47º | 0.31% | 0.36% | - |
| HSV(B) | 169.47º | 0.47% | 0.47% | - |
| XYZ | 11.82 | 15.91 | 17.49 | - |
| YUV | 102.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 111 | 0.47 | 0 | 0.08 | 0.53 | 169.47 | 0.31 | 0.36 |
| Hex | 40 | 79 | 6F | 2F | 0 | 8 | 35 | A9 | 1F | 24 |
| Octal | 100 | 171 | 157 | 57 | 0 | 10 | 65 | 251 | 37 | 44 |
| Binary | 1000000 | 1111001 | 1101111 | 101111 | 0 | 1000 | 110101 | 10101001 | 11111 | 100100 |
Color Harmonies of #40796F
Complementary color
Monochromatic Colors of #40796F
Black with #40796F
Text Example
Text Example
White with #40796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40796F; }
p { color: rgb(64,121,111); }
H1.HeaderClassName
{
color: #40796F;
}
.AnyTagClassName
{
color: #40796F;
}
</style>
background-color css
<style>
a { background-color: #40796F; }
a { background-color: rgb(64,121,111); }
div.DivClassName
{
background-color: #40796F;
}
.BgClassName
{
background-color: #40796F;
}
</style>
border-color css
<style>
span { border-color: #40796F; }
span { border-color: rgb(64,121,111); }
td.TdClassName
{
border-color: #40796F;
}
.TagClassName
{
border-color: #40796F;
}
</style>