Shades of Dark Green Copper #447364
Tints of Dark Green Copper #447364
RGB
CMYK
RGB Variations
Color information
#447364 (or 0x447364) is known color: Dark Green Copper. HEX triplet: 44, 73 and 64. RGB value is (68,115,100). Sum of RGB (Red+Green+Blue) = 68+115+100=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #447364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447364 is #BB8C9B. Grayscale: #636363. Windows color (decimal): -12291228 or 6583108. OLE color: 6583108.
HSL color Cylindrical-coordinate representation of color #447364: hue angle of 160.85º 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 #447364 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 115 | 100 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.55 |
| HSL | 160.85º | 0.26% | 0.36% | - |
| HSV(B) | 160.85º | 0.41% | 0.45% | - |
| XYZ | 10.81 | 14.41 | 14.27 | - |
| YUV | 99.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 115 | 100 | 0.41 | 0 | 0.13 | 0.55 | 160.85 | 0.26 | 0.36 |
| Hex | 44 | 73 | 64 | 29 | 0 | D | 37 | A1 | 1A | 24 |
| Octal | 104 | 163 | 144 | 51 | 0 | 15 | 67 | 241 | 32 | 44 |
| Binary | 1000100 | 1110011 | 1100100 | 101001 | 0 | 1101 | 110111 | 10100001 | 11010 | 100100 |
Color Harmonies of #447364
Complementary color
Monochromatic Colors of #447364
Black with #447364
Text Example
Text Example
White with #447364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447364; }
p { color: rgb(68,115,100); }
H1.HeaderClassName
{
color: #447364;
}
.AnyTagClassName
{
color: #447364;
}
</style>
background-color css
<style>
a { background-color: #447364; }
a { background-color: rgb(68,115,100); }
div.DivClassName
{
background-color: #447364;
}
.BgClassName
{
background-color: #447364;
}
</style>
border-color css
<style>
span { border-color: #447364; }
span { border-color: rgb(68,115,100); }
td.TdClassName
{
border-color: #447364;
}
.TagClassName
{
border-color: #447364;
}
</style>