Shades of Dark Green Copper #446C62
Tints of Dark Green Copper #446C62
RGB
CMYK
RGB Variations
Color information
#446C62 (or 0x446C62) is known color: Dark Green Copper. HEX triplet: 44, 6C and 62. RGB value is (68,108,98). Sum of RGB (Red+Green+Blue) = 68+108+98=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 108 - color contains mainly: green. Hex color #446C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C62 is #BB939D. Grayscale: #5E5E5E. Windows color (decimal): -12293022 or 6450244. OLE color: 6450244.
HSL color Cylindrical-coordinate representation of color #446C62: hue angle of 165º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #446C62 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 108 | 98 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.58 |
| HSL | 165º | 0.23% | 0.35% | - |
| HSV(B) | 165º | 0.37% | 0.42% | - |
| XYZ | 9.95 | 12.84 | 13.51 | - |
| YUV | 94.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 98 | 0.37 | 0 | 0.09 | 0.58 | 165 | 0.23 | 0.35 |
| Hex | 44 | 6C | 62 | 25 | 0 | 9 | 3A | A5 | 17 | 23 |
| Octal | 104 | 154 | 142 | 45 | 0 | 11 | 72 | 245 | 27 | 43 |
| Binary | 1000100 | 1101100 | 1100010 | 100101 | 0 | 1001 | 111010 | 10100101 | 10111 | 100011 |
Color Harmonies of #446C62
Complementary color
Monochromatic Colors of #446C62
Black with #446C62
Text Example
Text Example
White with #446C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446C62; }
p { color: rgb(68,108,98); }
H1.HeaderClassName
{
color: #446C62;
}
.AnyTagClassName
{
color: #446C62;
}
</style>
background-color css
<style>
a { background-color: #446C62; }
a { background-color: rgb(68,108,98); }
div.DivClassName
{
background-color: #446C62;
}
.BgClassName
{
background-color: #446C62;
}
</style>
border-color css
<style>
span { border-color: #446C62; }
span { border-color: rgb(68,108,98); }
td.TdClassName
{
border-color: #446C62;
}
.TagClassName
{
border-color: #446C62;
}
</style>