Shades of Dark Green Copper #437D73
Tints of Dark Green Copper #437D73
RGB
CMYK
RGB Variations
Color information
#437D73 (or 0x437D73) is known color: Dark Green Copper. HEX triplet: 43, 7D and 73. RGB value is (67,125,115). Sum of RGB (Red+Green+Blue) = 67+125+115=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 125 - color contains mainly: green. Hex color #437D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437D73 is #BC828C. Grayscale: #6A6A6A. Windows color (decimal): -12354189 or 7568707. OLE color: 7568707.
HSL color Cylindrical-coordinate representation of color #437D73: hue angle of 169.66º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #437D73 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 125 | 115 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.51 |
| HSL | 169.66º | 0.3% | 0.38% | - |
| HSV(B) | 169.66º | 0.46% | 0.49% | - |
| XYZ | 12.74 | 17.1 | 18.85 | - |
| YUV | 106.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 125 | 115 | 0.46 | 0 | 0.08 | 0.51 | 169.66 | 0.3 | 0.38 |
| Hex | 43 | 7D | 73 | 2E | 0 | 8 | 33 | AA | 1E | 26 |
| Octal | 103 | 175 | 163 | 56 | 0 | 10 | 63 | 252 | 36 | 46 |
| Binary | 1000011 | 1111101 | 1110011 | 101110 | 0 | 1000 | 110011 | 10101010 | 11110 | 100110 |
Color Harmonies of #437D73
Complementary color
Monochromatic Colors of #437D73
Black with #437D73
Text Example
Text Example
White with #437D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437D73; }
p { color: rgb(67,125,115); }
H1.HeaderClassName
{
color: #437D73;
}
.AnyTagClassName
{
color: #437D73;
}
</style>
background-color css
<style>
a { background-color: #437D73; }
a { background-color: rgb(67,125,115); }
div.DivClassName
{
background-color: #437D73;
}
.BgClassName
{
background-color: #437D73;
}
</style>
border-color css
<style>
span { border-color: #437D73; }
span { border-color: rgb(67,125,115); }
td.TdClassName
{
border-color: #437D73;
}
.TagClassName
{
border-color: #437D73;
}
</style>