Shades of Dark Green Copper #44766D
Tints of Dark Green Copper #44766D
RGB
CMYK
RGB Variations
Color information
#44766D (or 0x44766D) is known color: Dark Green Copper. HEX triplet: 44, 76 and 6D. RGB value is (68,118,109). Sum of RGB (Red+Green+Blue) = 68+118+109=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #44766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44766D is #BB8992. Grayscale: #666666. Windows color (decimal): -12290451 or 7173700. OLE color: 7173700.
HSL color Cylindrical-coordinate representation of color #44766D: hue angle of 169.2º degrees, saturation: 0.27, 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 #44766D is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 118 | 109 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.54 |
| HSL | 169.2º | 0.27% | 0.36% | - |
| HSV(B) | 169.2º | 0.42% | 0.46% | - |
| XYZ | 11.62 | 15.29 | 16.81 | - |
| YUV | 102.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 109 | 0.42 | 0 | 0.08 | 0.54 | 169.2 | 0.27 | 0.36 |
| Hex | 44 | 76 | 6D | 2A | 0 | 8 | 36 | A9 | 1B | 24 |
| Octal | 104 | 166 | 155 | 52 | 0 | 10 | 66 | 251 | 33 | 44 |
| Binary | 1000100 | 1110110 | 1101101 | 101010 | 0 | 1000 | 110110 | 10101001 | 11011 | 100100 |
Color Harmonies of #44766D
Complementary color
Monochromatic Colors of #44766D
Black with #44766D
Text Example
Text Example
White with #44766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44766D; }
p { color: rgb(68,118,109); }
H1.HeaderClassName
{
color: #44766D;
}
.AnyTagClassName
{
color: #44766D;
}
</style>
background-color css
<style>
a { background-color: #44766D; }
a { background-color: rgb(68,118,109); }
div.DivClassName
{
background-color: #44766D;
}
.BgClassName
{
background-color: #44766D;
}
</style>
border-color css
<style>
span { border-color: #44766D; }
span { border-color: rgb(68,118,109); }
td.TdClassName
{
border-color: #44766D;
}
.TagClassName
{
border-color: #44766D;
}
</style>