Shades of Dark Green Copper #44746F
Tints of Dark Green Copper #44746F
RGB
CMYK
RGB Variations
Color information
#44746F (or 0x44746F) is known color: Dark Green Copper. HEX triplet: 44, 74 and 6F. RGB value is (68,116,111). Sum of RGB (Red+Green+Blue) = 68+116+111=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #44746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44746F is #BB8B90. Grayscale: #656565. Windows color (decimal): -12290961 or 7304260. OLE color: 7304260.
HSL color Cylindrical-coordinate representation of color #44746F: hue angle of 173.75º 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 #44746F is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 116 | 111 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.55 |
| HSL | 173.75º | 0.26% | 0.36% | - |
| HSV(B) | 173.75º | 0.41% | 0.45% | - |
| XYZ | 11.5 | 14.87 | 17.3 | - |
| YUV | 101.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 111 | 0.41 | 0 | 0.04 | 0.55 | 173.75 | 0.26 | 0.36 |
| Hex | 44 | 74 | 6F | 29 | 0 | 4 | 37 | AE | 1A | 24 |
| Octal | 104 | 164 | 157 | 51 | 0 | 4 | 67 | 256 | 32 | 44 |
| Binary | 1000100 | 1110100 | 1101111 | 101001 | 0 | 100 | 110111 | 10101110 | 11010 | 100100 |
Color Harmonies of #44746F
Complementary color
Monochromatic Colors of #44746F
Black with #44746F
Text Example
Text Example
White with #44746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44746F; }
p { color: rgb(68,116,111); }
H1.HeaderClassName
{
color: #44746F;
}
.AnyTagClassName
{
color: #44746F;
}
</style>
background-color css
<style>
a { background-color: #44746F; }
a { background-color: rgb(68,116,111); }
div.DivClassName
{
background-color: #44746F;
}
.BgClassName
{
background-color: #44746F;
}
</style>
border-color css
<style>
span { border-color: #44746F; }
span { border-color: rgb(68,116,111); }
td.TdClassName
{
border-color: #44746F;
}
.TagClassName
{
border-color: #44746F;
}
</style>