Shades of Dark Green Copper #44746D
Tints of Dark Green Copper #44746D
RGB
CMYK
RGB Variations
Color information
#44746D (or 0x44746D) is known color: Dark Green Copper. HEX triplet: 44, 74 and 6D. RGB value is (68,116,109). Sum of RGB (Red+Green+Blue) = 68+116+109=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #44746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44746D is #BB8B92. Grayscale: #646464. Windows color (decimal): -12290963 or 7173188. OLE color: 7173188.
HSL color Cylindrical-coordinate representation of color #44746D: hue angle of 171.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44746D is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 116 | 109 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.55 |
| HSL | 171.25º | 0.26% | 0.36% | - |
| HSV(B) | 171.25º | 0.41% | 0.45% | - |
| XYZ | 11.39 | 14.82 | 16.73 | - |
| YUV | 100.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 109 | 0.41 | 0 | 0.06 | 0.55 | 171.25 | 0.26 | 0.36 |
| Hex | 44 | 74 | 6D | 29 | 0 | 6 | 37 | AB | 1A | 24 |
| Octal | 104 | 164 | 155 | 51 | 0 | 6 | 67 | 253 | 32 | 44 |
| Binary | 1000100 | 1110100 | 1101101 | 101001 | 0 | 110 | 110111 | 10101011 | 11010 | 100100 |
Color Harmonies of #44746D
Complementary color
Monochromatic Colors of #44746D
Black with #44746D
Text Example
Text Example
White with #44746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44746D; }
p { color: rgb(68,116,109); }
H1.HeaderClassName
{
color: #44746D;
}
.AnyTagClassName
{
color: #44746D;
}
</style>
background-color css
<style>
a { background-color: #44746D; }
a { background-color: rgb(68,116,109); }
div.DivClassName
{
background-color: #44746D;
}
.BgClassName
{
background-color: #44746D;
}
</style>
border-color css
<style>
span { border-color: #44746D; }
span { border-color: rgb(68,116,109); }
td.TdClassName
{
border-color: #44746D;
}
.TagClassName
{
border-color: #44746D;
}
</style>