Shades of Dark Green Copper #447066
Tints of Dark Green Copper #447066
RGB
CMYK
RGB Variations
Color information
#447066 (or 0x447066) is known color: Dark Green Copper. HEX triplet: 44, 70 and 66. RGB value is (68,112,102). Sum of RGB (Red+Green+Blue) = 68+112+102=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #447066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447066 is #BB8F99. Grayscale: #616161. Windows color (decimal): -12291994 or 6713412. OLE color: 6713412.
HSL color Cylindrical-coordinate representation of color #447066: hue angle of 166.36º 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 #447066 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 112 | 102 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.56 |
| HSL | 166.36º | 0.24% | 0.35% | - |
| HSV(B) | 166.36º | 0.39% | 0.44% | - |
| XYZ | 10.58 | 13.78 | 14.67 | - |
| YUV | 97.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 102 | 0.39 | 0 | 0.09 | 0.56 | 166.36 | 0.24 | 0.35 |
| Hex | 44 | 70 | 66 | 27 | 0 | 9 | 38 | A6 | 18 | 23 |
| Octal | 104 | 160 | 146 | 47 | 0 | 11 | 70 | 246 | 30 | 43 |
| Binary | 1000100 | 1110000 | 1100110 | 100111 | 0 | 1001 | 111000 | 10100110 | 11000 | 100011 |
Color Harmonies of #447066
Complementary color
Monochromatic Colors of #447066
Black with #447066
Text Example
Text Example
White with #447066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447066; }
p { color: rgb(68,112,102); }
H1.HeaderClassName
{
color: #447066;
}
.AnyTagClassName
{
color: #447066;
}
</style>
background-color css
<style>
a { background-color: #447066; }
a { background-color: rgb(68,112,102); }
div.DivClassName
{
background-color: #447066;
}
.BgClassName
{
background-color: #447066;
}
</style>
border-color css
<style>
span { border-color: #447066; }
span { border-color: rgb(68,112,102); }
td.TdClassName
{
border-color: #447066;
}
.TagClassName
{
border-color: #447066;
}
</style>