Shades of Dark Green Copper #48706E
Tints of Dark Green Copper #48706E
RGB
CMYK
RGB Variations
Color information
#48706E (or 0x48706E) is known color: Dark Green Copper. HEX triplet: 48, 70 and 6E. RGB value is (72,112,110). Sum of RGB (Red+Green+Blue) = 72+112+110=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #48706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48706E is #B78F91. Grayscale: #636363. Windows color (decimal): -12029842 or 7237704. OLE color: 7237704.
HSL color Cylindrical-coordinate representation of color #48706E: hue angle of 177º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48706E is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 112 | 110 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.56 |
| HSL | 177º | 0.22% | 0.36% | - |
| HSV(B) | 177º | 0.36% | 0.44% | - |
| XYZ | 11.28 | 14.09 | 16.88 | - |
| YUV | 99.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 110 | 0.36 | 0 | 0.02 | 0.56 | 177 | 0.22 | 0.36 |
| Hex | 48 | 70 | 6E | 24 | 0 | 2 | 38 | B1 | 16 | 24 |
| Octal | 110 | 160 | 156 | 44 | 0 | 2 | 70 | 261 | 26 | 44 |
| Binary | 1001000 | 1110000 | 1101110 | 100100 | 0 | 10 | 111000 | 10110001 | 10110 | 100100 |
Color Harmonies of #48706E
Complementary color
Monochromatic Colors of #48706E
Black with #48706E
Text Example
Text Example
White with #48706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48706E; }
p { color: rgb(72,112,110); }
H1.HeaderClassName
{
color: #48706E;
}
.AnyTagClassName
{
color: #48706E;
}
</style>
background-color css
<style>
a { background-color: #48706E; }
a { background-color: rgb(72,112,110); }
div.DivClassName
{
background-color: #48706E;
}
.BgClassName
{
background-color: #48706E;
}
</style>
border-color css
<style>
span { border-color: #48706E; }
span { border-color: rgb(72,112,110); }
td.TdClassName
{
border-color: #48706E;
}
.TagClassName
{
border-color: #48706E;
}
</style>