Shades of Dark Green Copper #446862
Tints of Dark Green Copper #446862
RGB
CMYK
RGB Variations
Color information
#446862 (or 0x446862) is known color: Dark Green Copper. HEX triplet: 44, 68 and 62. RGB value is (68,104,98). Sum of RGB (Red+Green+Blue) = 68+104+98=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #446862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446862 is #BB979D. Grayscale: #5C5C5C. Windows color (decimal): -12294046 or 6449220. OLE color: 6449220.
HSL color Cylindrical-coordinate representation of color #446862: hue angle of 170º 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 #446862 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 104 | 98 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.59 |
| HSL | 170º | 0.21% | 0.34% | - |
| HSV(B) | 170º | 0.35% | 0.41% | - |
| XYZ | 9.54 | 12.01 | 13.37 | - |
| YUV | 92.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 98 | 0.35 | 0 | 0.06 | 0.59 | 170 | 0.21 | 0.34 |
| Hex | 44 | 68 | 62 | 23 | 0 | 6 | 3B | AA | 15 | 22 |
| Octal | 104 | 150 | 142 | 43 | 0 | 6 | 73 | 252 | 25 | 42 |
| Binary | 1000100 | 1101000 | 1100010 | 100011 | 0 | 110 | 111011 | 10101010 | 10101 | 100010 |
Color Harmonies of #446862
Complementary color
Monochromatic Colors of #446862
Black with #446862
Text Example
Text Example
White with #446862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446862; }
p { color: rgb(68,104,98); }
H1.HeaderClassName
{
color: #446862;
}
.AnyTagClassName
{
color: #446862;
}
</style>
background-color css
<style>
a { background-color: #446862; }
a { background-color: rgb(68,104,98); }
div.DivClassName
{
background-color: #446862;
}
.BgClassName
{
background-color: #446862;
}
</style>
border-color css
<style>
span { border-color: #446862; }
span { border-color: rgb(68,104,98); }
td.TdClassName
{
border-color: #446862;
}
.TagClassName
{
border-color: #446862;
}
</style>