Shades of Dark Green Copper #446864
Tints of Dark Green Copper #446864
RGB
CMYK
RGB Variations
Color information
#446864 (or 0x446864) is known color: Dark Green Copper. HEX triplet: 44, 68 and 64. RGB value is (68,104,100). Sum of RGB (Red+Green+Blue) = 68+104+100=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #446864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446864 is #BB979B. Grayscale: #5C5C5C. Windows color (decimal): -12294044 or 6580292. OLE color: 6580292.
HSL color Cylindrical-coordinate representation of color #446864: hue angle of 173.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #446864 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 104 | 100 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.59 |
| HSL | 173.33º | 0.21% | 0.34% | - |
| HSV(B) | 173.33º | 0.35% | 0.41% | - |
| XYZ | 9.63 | 12.05 | 13.87 | - |
| YUV | 92.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 100 | 0.35 | 0 | 0.04 | 0.59 | 173.33 | 0.21 | 0.34 |
| Hex | 44 | 68 | 64 | 23 | 0 | 4 | 3B | AD | 15 | 22 |
| Octal | 104 | 150 | 144 | 43 | 0 | 4 | 73 | 255 | 25 | 42 |
| Binary | 1000100 | 1101000 | 1100100 | 100011 | 0 | 100 | 111011 | 10101101 | 10101 | 100010 |
Color Harmonies of #446864
Complementary color
Monochromatic Colors of #446864
Black with #446864
Text Example
Text Example
White with #446864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446864; }
p { color: rgb(68,104,100); }
H1.HeaderClassName
{
color: #446864;
}
.AnyTagClassName
{
color: #446864;
}
</style>
background-color css
<style>
a { background-color: #446864; }
a { background-color: rgb(68,104,100); }
div.DivClassName
{
background-color: #446864;
}
.BgClassName
{
background-color: #446864;
}
</style>
border-color css
<style>
span { border-color: #446864; }
span { border-color: rgb(68,104,100); }
td.TdClassName
{
border-color: #446864;
}
.TagClassName
{
border-color: #446864;
}
</style>