Shades of Dark Green Copper #446C66
Tints of Dark Green Copper #446C66
RGB
CMYK
RGB Variations
Color information
#446C66 (or 0x446C66) is known color: Dark Green Copper. HEX triplet: 44, 6C and 66. RGB value is (68,108,102). Sum of RGB (Red+Green+Blue) = 68+108+102=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 108 - color contains mainly: green. Hex color #446C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C66 is #BB9399. Grayscale: #5F5F5F. Windows color (decimal): -12293018 or 6712388. OLE color: 6712388.
HSL color Cylindrical-coordinate representation of color #446C66: hue angle of 171º 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 #446C66 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 108 | 102 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.58 |
| HSL | 171º | 0.23% | 0.35% | - |
| HSV(B) | 171º | 0.37% | 0.42% | - |
| XYZ | 10.14 | 12.91 | 14.53 | - |
| YUV | 95.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 102 | 0.37 | 0 | 0.06 | 0.58 | 171 | 0.23 | 0.35 |
| Hex | 44 | 6C | 66 | 25 | 0 | 6 | 3A | AB | 17 | 23 |
| Octal | 104 | 154 | 146 | 45 | 0 | 6 | 72 | 253 | 27 | 43 |
| Binary | 1000100 | 1101100 | 1100110 | 100101 | 0 | 110 | 111010 | 10101011 | 10111 | 100011 |
Color Harmonies of #446C66
Complementary color
Monochromatic Colors of #446C66
Black with #446C66
Text Example
Text Example
White with #446C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446C66; }
p { color: rgb(68,108,102); }
H1.HeaderClassName
{
color: #446C66;
}
.AnyTagClassName
{
color: #446C66;
}
</style>
background-color css
<style>
a { background-color: #446C66; }
a { background-color: rgb(68,108,102); }
div.DivClassName
{
background-color: #446C66;
}
.BgClassName
{
background-color: #446C66;
}
</style>
border-color css
<style>
span { border-color: #446C66; }
span { border-color: rgb(68,108,102); }
td.TdClassName
{
border-color: #446C66;
}
.TagClassName
{
border-color: #446C66;
}
</style>