Shades of Dark Green Copper #447D73
Tints of Dark Green Copper #447D73
RGB
CMYK
RGB Variations
Color information
#447D73 (or 0x447D73) is known color: Dark Green Copper. HEX triplet: 44, 7D and 73. RGB value is (68,125,115). Sum of RGB (Red+Green+Blue) = 68+125+115=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 125 - color contains mainly: green. Hex color #447D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D73 is #BB828C. Grayscale: #6A6A6A. Windows color (decimal): -12288653 or 7568708. OLE color: 7568708.
HSL color Cylindrical-coordinate representation of color #447D73: hue angle of 169.47º 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 #447D73 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 115 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.51 |
| HSL | 169.47º | 0.3% | 0.38% | - |
| HSV(B) | 169.47º | 0.46% | 0.49% | - |
| XYZ | 12.81 | 17.13 | 18.85 | - |
| YUV | 106.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 115 | 0.46 | 0 | 0.08 | 0.51 | 169.47 | 0.3 | 0.38 |
| Hex | 44 | 7D | 73 | 2E | 0 | 8 | 33 | A9 | 1E | 26 |
| Octal | 104 | 175 | 163 | 56 | 0 | 10 | 63 | 251 | 36 | 46 |
| Binary | 1000100 | 1111101 | 1110011 | 101110 | 0 | 1000 | 110011 | 10101001 | 11110 | 100110 |
Color Harmonies of #447D73
Complementary color
Monochromatic Colors of #447D73
Black with #447D73
Text Example
Text Example
White with #447D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D73; }
p { color: rgb(68,125,115); }
H1.HeaderClassName
{
color: #447D73;
}
.AnyTagClassName
{
color: #447D73;
}
</style>
background-color css
<style>
a { background-color: #447D73; }
a { background-color: rgb(68,125,115); }
div.DivClassName
{
background-color: #447D73;
}
.BgClassName
{
background-color: #447D73;
}
</style>
border-color css
<style>
span { border-color: #447D73; }
span { border-color: rgb(68,125,115); }
td.TdClassName
{
border-color: #447D73;
}
.TagClassName
{
border-color: #447D73;
}
</style>