Shades of Dark Green Copper #446D6B
Tints of Dark Green Copper #446D6B
RGB
CMYK
RGB Variations
Color information
#446D6B (or 0x446D6B) is known color: Dark Green Copper. HEX triplet: 44, 6D and 6B. RGB value is (68,109,107). Sum of RGB (Red+Green+Blue) = 68+109+107=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 109 - color contains mainly: green. Hex color #446D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D6B is #BB9294. Grayscale: #606060. Windows color (decimal): -12292757 or 7040324. OLE color: 7040324.
HSL color Cylindrical-coordinate representation of color #446D6B: hue angle of 177.07º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #446D6B is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 109 | 107 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.57 |
| HSL | 177.07º | 0.23% | 0.35% | - |
| HSV(B) | 177.07º | 0.38% | 0.43% | - |
| XYZ | 10.51 | 13.23 | 15.91 | - |
| YUV | 96.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 107 | 0.38 | 0 | 0.02 | 0.57 | 177.07 | 0.23 | 0.35 |
| Hex | 44 | 6D | 6B | 26 | 0 | 2 | 39 | B1 | 17 | 23 |
| Octal | 104 | 155 | 153 | 46 | 0 | 2 | 71 | 261 | 27 | 43 |
| Binary | 1000100 | 1101101 | 1101011 | 100110 | 0 | 10 | 111001 | 10110001 | 10111 | 100011 |
Color Harmonies of #446D6B
Complementary color
Monochromatic Colors of #446D6B
Black with #446D6B
Text Example
Text Example
White with #446D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D6B; }
p { color: rgb(68,109,107); }
H1.HeaderClassName
{
color: #446D6B;
}
.AnyTagClassName
{
color: #446D6B;
}
</style>
background-color css
<style>
a { background-color: #446D6B; }
a { background-color: rgb(68,109,107); }
div.DivClassName
{
background-color: #446D6B;
}
.BgClassName
{
background-color: #446D6B;
}
</style>
border-color css
<style>
span { border-color: #446D6B; }
span { border-color: rgb(68,109,107); }
td.TdClassName
{
border-color: #446D6B;
}
.TagClassName
{
border-color: #446D6B;
}
</style>