Shades of Dark Green Copper #446962
Tints of Dark Green Copper #446962
RGB
CMYK
RGB Variations
Color information
#446962 (or 0x446962) is known color: Dark Green Copper. HEX triplet: 44, 69 and 62. RGB value is (68,105,98). Sum of RGB (Red+Green+Blue) = 68+105+98=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #446962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446962 is #BB969D. Grayscale: #5D5D5D. Windows color (decimal): -12293790 or 6449476. OLE color: 6449476.
HSL color Cylindrical-coordinate representation of color #446962: hue angle of 168.65º 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 #446962 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 105 | 98 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.59 |
| HSL | 168.65º | 0.21% | 0.34% | - |
| HSV(B) | 168.65º | 0.35% | 0.41% | - |
| XYZ | 9.64 | 12.21 | 13.4 | - |
| YUV | 93.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 105 | 98 | 0.35 | 0 | 0.07 | 0.59 | 168.65 | 0.21 | 0.34 |
| Hex | 44 | 69 | 62 | 23 | 0 | 7 | 3B | A9 | 15 | 22 |
| Octal | 104 | 151 | 142 | 43 | 0 | 7 | 73 | 251 | 25 | 42 |
| Binary | 1000100 | 1101001 | 1100010 | 100011 | 0 | 111 | 111011 | 10101001 | 10101 | 100010 |
Color Harmonies of #446962
Complementary color
Monochromatic Colors of #446962
Black with #446962
Text Example
Text Example
White with #446962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446962; }
p { color: rgb(68,105,98); }
H1.HeaderClassName
{
color: #446962;
}
.AnyTagClassName
{
color: #446962;
}
</style>
background-color css
<style>
a { background-color: #446962; }
a { background-color: rgb(68,105,98); }
div.DivClassName
{
background-color: #446962;
}
.BgClassName
{
background-color: #446962;
}
</style>
border-color css
<style>
span { border-color: #446962; }
span { border-color: rgb(68,105,98); }
td.TdClassName
{
border-color: #446962;
}
.TagClassName
{
border-color: #446962;
}
</style>