Shades of Dark Green Copper #447D70
Tints of Dark Green Copper #447D70
RGB
CMYK
RGB Variations
Color information
#447D70 (or 0x447D70) is known color: Dark Green Copper. HEX triplet: 44, 7D and 70. RGB value is (68,125,112). Sum of RGB (Red+Green+Blue) = 68+125+112=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 125 - color contains mainly: green. Hex color #447D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D70 is #BB828F. Grayscale: #6A6A6A. Windows color (decimal): -12288656 or 7372100. OLE color: 7372100.
HSL color Cylindrical-coordinate representation of color #447D70: hue angle of 166.32º 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 #447D70 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 112 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.51 |
| HSL | 166.32º | 0.3% | 0.38% | - |
| HSV(B) | 166.32º | 0.46% | 0.49% | - |
| XYZ | 12.64 | 17.07 | 17.96 | - |
| YUV | 106.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 112 | 0.46 | 0 | 0.10 | 0.51 | 166.32 | 0.3 | 0.38 |
| Hex | 44 | 7D | 70 | 2E | 0 | A | 33 | A6 | 1E | 26 |
| Octal | 104 | 175 | 160 | 56 | 0 | 12 | 63 | 246 | 36 | 46 |
| Binary | 1000100 | 1111101 | 1110000 | 101110 | 0 | 1010 | 110011 | 10100110 | 11110 | 100110 |
Color Harmonies of #447D70
Complementary color
Monochromatic Colors of #447D70
Black with #447D70
Text Example
Text Example
White with #447D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D70; }
p { color: rgb(68,125,112); }
H1.HeaderClassName
{
color: #447D70;
}
.AnyTagClassName
{
color: #447D70;
}
</style>
background-color css
<style>
a { background-color: #447D70; }
a { background-color: rgb(68,125,112); }
div.DivClassName
{
background-color: #447D70;
}
.BgClassName
{
background-color: #447D70;
}
</style>
border-color css
<style>
span { border-color: #447D70; }
span { border-color: rgb(68,125,112); }
td.TdClassName
{
border-color: #447D70;
}
.TagClassName
{
border-color: #447D70;
}
</style>