Shades of Dark Green Copper #446863
Tints of Dark Green Copper #446863
RGB
CMYK
RGB Variations
Color information
#446863 (or 0x446863) is known color: Dark Green Copper. HEX triplet: 44, 68 and 63. RGB value is (68,104,99). Sum of RGB (Red+Green+Blue) = 68+104+99=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #446863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446863 is #BB979C. Grayscale: #5C5C5C. Windows color (decimal): -12294045 or 6514756. OLE color: 6514756.
HSL color Cylindrical-coordinate representation of color #446863: hue angle of 171.67º 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 #446863 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 104 | 99 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.59 |
| HSL | 171.67º | 0.21% | 0.34% | - |
| HSV(B) | 171.67º | 0.35% | 0.41% | - |
| XYZ | 9.59 | 12.03 | 13.62 | - |
| YUV | 92.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 99 | 0.35 | 0 | 0.05 | 0.59 | 171.67 | 0.21 | 0.34 |
| Hex | 44 | 68 | 63 | 23 | 0 | 5 | 3B | AC | 15 | 22 |
| Octal | 104 | 150 | 143 | 43 | 0 | 5 | 73 | 254 | 25 | 42 |
| Binary | 1000100 | 1101000 | 1100011 | 100011 | 0 | 101 | 111011 | 10101100 | 10101 | 100010 |
Color Harmonies of #446863
Complementary color
Monochromatic Colors of #446863
Black with #446863
Text Example
Text Example
White with #446863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446863; }
p { color: rgb(68,104,99); }
H1.HeaderClassName
{
color: #446863;
}
.AnyTagClassName
{
color: #446863;
}
</style>
background-color css
<style>
a { background-color: #446863; }
a { background-color: rgb(68,104,99); }
div.DivClassName
{
background-color: #446863;
}
.BgClassName
{
background-color: #446863;
}
</style>
border-color css
<style>
span { border-color: #446863; }
span { border-color: rgb(68,104,99); }
td.TdClassName
{
border-color: #446863;
}
.TagClassName
{
border-color: #446863;
}
</style>