Shades of Dark Green Copper #407C75
Tints of Dark Green Copper #407C75
RGB
CMYK
RGB Variations
Color information
#407C75 (or 0x407C75) is known color: Dark Green Copper. HEX triplet: 40, 7C and 75. RGB value is (64,124,117). Sum of RGB (Red+Green+Blue) = 64+124+117=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #407C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C75 is #BF838A. Grayscale: #696969. Windows color (decimal): -12551051 or 7699520. OLE color: 7699520.
HSL color Cylindrical-coordinate representation of color #407C75: hue angle of 173º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C75 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 124 | 117 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.51 |
| HSL | 173º | 0.32% | 0.37% | - |
| HSV(B) | 173º | 0.48% | 0.49% | - |
| XYZ | 12.53 | 16.79 | 19.41 | - |
| YUV | 105.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 117 | 0.48 | 0 | 0.06 | 0.51 | 173 | 0.32 | 0.37 |
| Hex | 40 | 7C | 75 | 30 | 0 | 6 | 33 | AD | 20 | 25 |
| Octal | 100 | 174 | 165 | 60 | 0 | 6 | 63 | 255 | 40 | 45 |
| Binary | 1000000 | 1111100 | 1110101 | 110000 | 0 | 110 | 110011 | 10101101 | 100000 | 100101 |
Color Harmonies of #407C75
Complementary color
Monochromatic Colors of #407C75
Black with #407C75
Text Example
Text Example
White with #407C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C75; }
p { color: rgb(64,124,117); }
H1.HeaderClassName
{
color: #407C75;
}
.AnyTagClassName
{
color: #407C75;
}
</style>
background-color css
<style>
a { background-color: #407C75; }
a { background-color: rgb(64,124,117); }
div.DivClassName
{
background-color: #407C75;
}
.BgClassName
{
background-color: #407C75;
}
</style>
border-color css
<style>
span { border-color: #407C75; }
span { border-color: rgb(64,124,117); }
td.TdClassName
{
border-color: #407C75;
}
.TagClassName
{
border-color: #407C75;
}
</style>