Shades of Dark Green Copper #407A6F
Tints of Dark Green Copper #407A6F
RGB
CMYK
RGB Variations
Color information
#407A6F (or 0x407A6F) is known color: Dark Green Copper. HEX triplet: 40, 7A and 6F. RGB value is (64,122,111). Sum of RGB (Red+Green+Blue) = 64+122+111=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #407A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A6F is #BF8590. Grayscale: #676767. Windows color (decimal): -12551569 or 7305792. OLE color: 7305792.
HSL color Cylindrical-coordinate representation of color #407A6F: hue angle of 168.62º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A6F is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 122 | 111 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.52 |
| HSL | 168.62º | 0.31% | 0.36% | - |
| HSV(B) | 168.62º | 0.48% | 0.48% | - |
| XYZ | 11.94 | 16.16 | 17.53 | - |
| YUV | 103.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 111 | 0.48 | 0 | 0.09 | 0.52 | 168.62 | 0.31 | 0.36 |
| Hex | 40 | 7A | 6F | 30 | 0 | 9 | 34 | A9 | 1F | 24 |
| Octal | 100 | 172 | 157 | 60 | 0 | 11 | 64 | 251 | 37 | 44 |
| Binary | 1000000 | 1111010 | 1101111 | 110000 | 0 | 1001 | 110100 | 10101001 | 11111 | 100100 |
Color Harmonies of #407A6F
Complementary color
Monochromatic Colors of #407A6F
Black with #407A6F
Text Example
Text Example
White with #407A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407A6F; }
p { color: rgb(64,122,111); }
H1.HeaderClassName
{
color: #407A6F;
}
.AnyTagClassName
{
color: #407A6F;
}
</style>
background-color css
<style>
a { background-color: #407A6F; }
a { background-color: rgb(64,122,111); }
div.DivClassName
{
background-color: #407A6F;
}
.BgClassName
{
background-color: #407A6F;
}
</style>
border-color css
<style>
span { border-color: #407A6F; }
span { border-color: rgb(64,122,111); }
td.TdClassName
{
border-color: #407A6F;
}
.TagClassName
{
border-color: #407A6F;
}
</style>