Shades of Dark Green Copper #44756C
Tints of Dark Green Copper #44756C
RGB
CMYK
RGB Variations
Color information
#44756C (or 0x44756C) is known color: Dark Green Copper. HEX triplet: 44, 75 and 6C. RGB value is (68,117,108). Sum of RGB (Red+Green+Blue) = 68+117+108=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #44756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44756C is #BB8A93. Grayscale: #656565. Windows color (decimal): -12290708 or 7107908. OLE color: 7107908.
HSL color Cylindrical-coordinate representation of color #44756C: hue angle of 168.98º 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 #44756C is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 117 | 108 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.54 |
| HSL | 168.98º | 0.26% | 0.36% | - |
| HSV(B) | 168.98º | 0.42% | 0.46% | - |
| XYZ | 11.45 | 15.03 | 16.49 | - |
| YUV | 101.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 108 | 0.42 | 0 | 0.08 | 0.54 | 168.98 | 0.26 | 0.36 |
| Hex | 44 | 75 | 6C | 2A | 0 | 8 | 36 | A9 | 1A | 24 |
| Octal | 104 | 165 | 154 | 52 | 0 | 10 | 66 | 251 | 32 | 44 |
| Binary | 1000100 | 1110101 | 1101100 | 101010 | 0 | 1000 | 110110 | 10101001 | 11010 | 100100 |
Color Harmonies of #44756C
Complementary color
Monochromatic Colors of #44756C
Black with #44756C
Text Example
Text Example
White with #44756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44756C; }
p { color: rgb(68,117,108); }
H1.HeaderClassName
{
color: #44756C;
}
.AnyTagClassName
{
color: #44756C;
}
</style>
background-color css
<style>
a { background-color: #44756C; }
a { background-color: rgb(68,117,108); }
div.DivClassName
{
background-color: #44756C;
}
.BgClassName
{
background-color: #44756C;
}
</style>
border-color css
<style>
span { border-color: #44756C; }
span { border-color: rgb(68,117,108); }
td.TdClassName
{
border-color: #44756C;
}
.TagClassName
{
border-color: #44756C;
}
</style>