Shades of Dark Green Copper #447064
Tints of Dark Green Copper #447064
RGB
CMYK
RGB Variations
Color information
#447064 (or 0x447064) is known color: Dark Green Copper. HEX triplet: 44, 70 and 64. RGB value is (68,112,100). Sum of RGB (Red+Green+Blue) = 68+112+100=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #447064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447064 is #BB8F9B. Grayscale: #616161. Windows color (decimal): -12291996 or 6582340. OLE color: 6582340.
HSL color Cylindrical-coordinate representation of color #447064: hue angle of 163.64º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #447064 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 112 | 100 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.56 |
| HSL | 163.64º | 0.24% | 0.35% | - |
| HSV(B) | 163.64º | 0.39% | 0.44% | - |
| XYZ | 10.48 | 13.74 | 14.16 | - |
| YUV | 97.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 100 | 0.39 | 0 | 0.11 | 0.56 | 163.64 | 0.24 | 0.35 |
| Hex | 44 | 70 | 64 | 27 | 0 | B | 38 | A4 | 18 | 23 |
| Octal | 104 | 160 | 144 | 47 | 0 | 13 | 70 | 244 | 30 | 43 |
| Binary | 1000100 | 1110000 | 1100100 | 100111 | 0 | 1011 | 111000 | 10100100 | 11000 | 100011 |
Color Harmonies of #447064
Complementary color
Monochromatic Colors of #447064
Black with #447064
Text Example
Text Example
White with #447064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447064; }
p { color: rgb(68,112,100); }
H1.HeaderClassName
{
color: #447064;
}
.AnyTagClassName
{
color: #447064;
}
</style>
background-color css
<style>
a { background-color: #447064; }
a { background-color: rgb(68,112,100); }
div.DivClassName
{
background-color: #447064;
}
.BgClassName
{
background-color: #447064;
}
</style>
border-color css
<style>
span { border-color: #447064; }
span { border-color: rgb(68,112,100); }
td.TdClassName
{
border-color: #447064;
}
.TagClassName
{
border-color: #447064;
}
</style>