Shades of Dark Green Copper #48746F
Tints of Dark Green Copper #48746F
RGB
CMYK
RGB Variations
Color information
#48746F (or 0x48746F) is known color: Dark Green Copper. HEX triplet: 48, 74 and 6F. RGB value is (72,116,111). Sum of RGB (Red+Green+Blue) = 72+116+111=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #48746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48746F is #B78B90. Grayscale: #666666. Windows color (decimal): -12028817 or 7304264. OLE color: 7304264.
HSL color Cylindrical-coordinate representation of color #48746F: hue angle of 173.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48746F is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 116 | 111 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.55 |
| HSL | 173.18º | 0.23% | 0.37% | - |
| HSV(B) | 173.18º | 0.38% | 0.45% | - |
| XYZ | 11.79 | 15.02 | 17.32 | - |
| YUV | 102.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 111 | 0.38 | 0 | 0.04 | 0.55 | 173.18 | 0.23 | 0.37 |
| Hex | 48 | 74 | 6F | 26 | 0 | 4 | 37 | AD | 17 | 25 |
| Octal | 110 | 164 | 157 | 46 | 0 | 4 | 67 | 255 | 27 | 45 |
| Binary | 1001000 | 1110100 | 1101111 | 100110 | 0 | 100 | 110111 | 10101101 | 10111 | 100101 |
Color Harmonies of #48746F
Complementary color
Monochromatic Colors of #48746F
Black with #48746F
Text Example
Text Example
White with #48746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48746F; }
p { color: rgb(72,116,111); }
H1.HeaderClassName
{
color: #48746F;
}
.AnyTagClassName
{
color: #48746F;
}
</style>
background-color css
<style>
a { background-color: #48746F; }
a { background-color: rgb(72,116,111); }
div.DivClassName
{
background-color: #48746F;
}
.BgClassName
{
background-color: #48746F;
}
</style>
border-color css
<style>
span { border-color: #48746F; }
span { border-color: rgb(72,116,111); }
td.TdClassName
{
border-color: #48746F;
}
.TagClassName
{
border-color: #48746F;
}
</style>