Shades of Dark Green Copper #44756D
Tints of Dark Green Copper #44756D
RGB
CMYK
RGB Variations
Color information
#44756D (or 0x44756D) is known color: Dark Green Copper. HEX triplet: 44, 75 and 6D. RGB value is (68,117,109). Sum of RGB (Red+Green+Blue) = 68+117+109=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #44756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44756D is #BB8A92. Grayscale: #656565. Windows color (decimal): -12290707 or 7173444. OLE color: 7173444.
HSL color Cylindrical-coordinate representation of color #44756D: hue angle of 170.2º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44756D is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 117 | 109 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.54 |
| HSL | 170.2º | 0.26% | 0.36% | - |
| HSV(B) | 170.2º | 0.42% | 0.46% | - |
| XYZ | 11.51 | 15.06 | 16.77 | - |
| YUV | 101.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 109 | 0.42 | 0 | 0.07 | 0.54 | 170.2 | 0.26 | 0.36 |
| Hex | 44 | 75 | 6D | 2A | 0 | 7 | 36 | AA | 1A | 24 |
| Octal | 104 | 165 | 155 | 52 | 0 | 7 | 66 | 252 | 32 | 44 |
| Binary | 1000100 | 1110101 | 1101101 | 101010 | 0 | 111 | 110110 | 10101010 | 11010 | 100100 |
Color Harmonies of #44756D
Complementary color
Monochromatic Colors of #44756D
Black with #44756D
Text Example
Text Example
White with #44756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44756D; }
p { color: rgb(68,117,109); }
H1.HeaderClassName
{
color: #44756D;
}
.AnyTagClassName
{
color: #44756D;
}
</style>
background-color css
<style>
a { background-color: #44756D; }
a { background-color: rgb(68,117,109); }
div.DivClassName
{
background-color: #44756D;
}
.BgClassName
{
background-color: #44756D;
}
</style>
border-color css
<style>
span { border-color: #44756D; }
span { border-color: rgb(68,117,109); }
td.TdClassName
{
border-color: #44756D;
}
.TagClassName
{
border-color: #44756D;
}
</style>