Shades of Dark Green Copper #447C72
Tints of Dark Green Copper #447C72
RGB
CMYK
RGB Variations
Color information
#447C72 (or 0x447C72) is known color: Dark Green Copper. HEX triplet: 44, 7C and 72. RGB value is (68,124,114). Sum of RGB (Red+Green+Blue) = 68+124+114=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #447C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447C72 is #BB838D. Grayscale: #6A6A6A. Windows color (decimal): -12288910 or 7502916. OLE color: 7502916.
HSL color Cylindrical-coordinate representation of color #447C72: hue angle of 169.29º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447C72 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 124 | 114 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.51 |
| HSL | 169.29º | 0.29% | 0.38% | - |
| HSV(B) | 169.29º | 0.45% | 0.49% | - |
| XYZ | 12.63 | 16.86 | 18.51 | - |
| YUV | 106.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 114 | 0.45 | 0 | 0.08 | 0.51 | 169.29 | 0.29 | 0.38 |
| Hex | 44 | 7C | 72 | 2D | 0 | 8 | 33 | A9 | 1D | 26 |
| Octal | 104 | 174 | 162 | 55 | 0 | 10 | 63 | 251 | 35 | 46 |
| Binary | 1000100 | 1111100 | 1110010 | 101101 | 0 | 1000 | 110011 | 10101001 | 11101 | 100110 |
Color Harmonies of #447C72
Complementary color
Monochromatic Colors of #447C72
Black with #447C72
Text Example
Text Example
White with #447C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447C72; }
p { color: rgb(68,124,114); }
H1.HeaderClassName
{
color: #447C72;
}
.AnyTagClassName
{
color: #447C72;
}
</style>
background-color css
<style>
a { background-color: #447C72; }
a { background-color: rgb(68,124,114); }
div.DivClassName
{
background-color: #447C72;
}
.BgClassName
{
background-color: #447C72;
}
</style>
border-color css
<style>
span { border-color: #447C72; }
span { border-color: rgb(68,124,114); }
td.TdClassName
{
border-color: #447C72;
}
.TagClassName
{
border-color: #447C72;
}
</style>