Shades of Dark Green Copper #447366
Tints of Dark Green Copper #447366
RGB
CMYK
RGB Variations
Color information
#447366 (or 0x447366) is known color: Dark Green Copper. HEX triplet: 44, 73 and 66. RGB value is (68,115,102). Sum of RGB (Red+Green+Blue) = 68+115+102=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #447366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447366 is #BB8C99. Grayscale: #636363. Windows color (decimal): -12291226 or 6714180. OLE color: 6714180.
HSL color Cylindrical-coordinate representation of color #447366: hue angle of 163.4º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447366 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 115 | 102 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.55 |
| HSL | 163.4º | 0.26% | 0.36% | - |
| HSV(B) | 163.4º | 0.41% | 0.45% | - |
| XYZ | 10.91 | 14.45 | 14.78 | - |
| YUV | 99.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 115 | 102 | 0.41 | 0 | 0.11 | 0.55 | 163.4 | 0.26 | 0.36 |
| Hex | 44 | 73 | 66 | 29 | 0 | B | 37 | A3 | 1A | 24 |
| Octal | 104 | 163 | 146 | 51 | 0 | 13 | 67 | 243 | 32 | 44 |
| Binary | 1000100 | 1110011 | 1100110 | 101001 | 0 | 1011 | 110111 | 10100011 | 11010 | 100100 |
Color Harmonies of #447366
Complementary color
Monochromatic Colors of #447366
Black with #447366
Text Example
Text Example
White with #447366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447366; }
p { color: rgb(68,115,102); }
H1.HeaderClassName
{
color: #447366;
}
.AnyTagClassName
{
color: #447366;
}
</style>
background-color css
<style>
a { background-color: #447366; }
a { background-color: rgb(68,115,102); }
div.DivClassName
{
background-color: #447366;
}
.BgClassName
{
background-color: #447366;
}
</style>
border-color css
<style>
span { border-color: #447366; }
span { border-color: rgb(68,115,102); }
td.TdClassName
{
border-color: #447366;
}
.TagClassName
{
border-color: #447366;
}
</style>