Shades of Dark Green Copper #44706C
Tints of Dark Green Copper #44706C
RGB
CMYK
RGB Variations
Color information
#44706C (or 0x44706C) is known color: Dark Green Copper. HEX triplet: 44, 70 and 6C. RGB value is (68,112,108). Sum of RGB (Red+Green+Blue) = 68+112+108=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #44706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44706C is #BB8F93. Grayscale: #626262. Windows color (decimal): -12291988 or 7106628. OLE color: 7106628.
HSL color Cylindrical-coordinate representation of color #44706C: hue angle of 174.55º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44706C is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 112 | 108 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.56 |
| HSL | 174.55º | 0.24% | 0.35% | - |
| HSV(B) | 174.55º | 0.39% | 0.44% | - |
| XYZ | 10.88 | 13.9 | 16.3 | - |
| YUV | 98.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 108 | 0.39 | 0 | 0.04 | 0.56 | 174.55 | 0.24 | 0.35 |
| Hex | 44 | 70 | 6C | 27 | 0 | 4 | 38 | AF | 18 | 23 |
| Octal | 104 | 160 | 154 | 47 | 0 | 4 | 70 | 257 | 30 | 43 |
| Binary | 1000100 | 1110000 | 1101100 | 100111 | 0 | 100 | 111000 | 10101111 | 11000 | 100011 |
Color Harmonies of #44706C
Complementary color
Monochromatic Colors of #44706C
Black with #44706C
Text Example
Text Example
White with #44706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44706C; }
p { color: rgb(68,112,108); }
H1.HeaderClassName
{
color: #44706C;
}
.AnyTagClassName
{
color: #44706C;
}
</style>
background-color css
<style>
a { background-color: #44706C; }
a { background-color: rgb(68,112,108); }
div.DivClassName
{
background-color: #44706C;
}
.BgClassName
{
background-color: #44706C;
}
</style>
border-color css
<style>
span { border-color: #44706C; }
span { border-color: rgb(68,112,108); }
td.TdClassName
{
border-color: #44706C;
}
.TagClassName
{
border-color: #44706C;
}
</style>