Shades of Dark Green Copper #407D75
Tints of Dark Green Copper #407D75
RGB
CMYK
RGB Variations
Color information
#407D75 (or 0x407D75) is known color: Dark Green Copper. HEX triplet: 40, 7D and 75. RGB value is (64,125,117). Sum of RGB (Red+Green+Blue) = 64+125+117=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 125 - color contains mainly: green. Hex color #407D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D75 is #BF828A. Grayscale: #696969. Windows color (decimal): -12550795 or 7699776. OLE color: 7699776.
HSL color Cylindrical-coordinate representation of color #407D75: hue angle of 172.13º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407D75 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 125 | 117 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.51 |
| HSL | 172.13º | 0.32% | 0.37% | - |
| HSV(B) | 172.13º | 0.49% | 0.49% | - |
| XYZ | 12.66 | 17.04 | 19.45 | - |
| YUV | 105.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 117 | 0.49 | 0 | 0.06 | 0.51 | 172.13 | 0.32 | 0.37 |
| Hex | 40 | 7D | 75 | 31 | 0 | 6 | 33 | AC | 20 | 25 |
| Octal | 100 | 175 | 165 | 61 | 0 | 6 | 63 | 254 | 40 | 45 |
| Binary | 1000000 | 1111101 | 1110101 | 110001 | 0 | 110 | 110011 | 10101100 | 100000 | 100101 |
Color Harmonies of #407D75
Complementary color
Monochromatic Colors of #407D75
Black with #407D75
Text Example
Text Example
White with #407D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D75; }
p { color: rgb(64,125,117); }
H1.HeaderClassName
{
color: #407D75;
}
.AnyTagClassName
{
color: #407D75;
}
</style>
background-color css
<style>
a { background-color: #407D75; }
a { background-color: rgb(64,125,117); }
div.DivClassName
{
background-color: #407D75;
}
.BgClassName
{
background-color: #407D75;
}
</style>
border-color css
<style>
span { border-color: #407D75; }
span { border-color: rgb(64,125,117); }
td.TdClassName
{
border-color: #407D75;
}
.TagClassName
{
border-color: #407D75;
}
</style>