Shades of Dark Green Copper #48706D
Tints of Dark Green Copper #48706D
RGB
CMYK
RGB Variations
Color information
#48706D (or 0x48706D) is known color: Dark Green Copper. HEX triplet: 48, 70 and 6D. RGB value is (72,112,109). Sum of RGB (Red+Green+Blue) = 72+112+109=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #48706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48706D is #B78F92. Grayscale: #636363. Windows color (decimal): -12029843 or 7172168. OLE color: 7172168.
HSL color Cylindrical-coordinate representation of color #48706D: hue angle of 175.5º 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 #48706D is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 112 | 109 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.56 |
| HSL | 175.5º | 0.22% | 0.36% | - |
| HSV(B) | 175.5º | 0.36% | 0.44% | - |
| XYZ | 11.23 | 14.07 | 16.59 | - |
| YUV | 99.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 109 | 0.36 | 0 | 0.03 | 0.56 | 175.5 | 0.22 | 0.36 |
| Hex | 48 | 70 | 6D | 24 | 0 | 3 | 38 | B0 | 16 | 24 |
| Octal | 110 | 160 | 155 | 44 | 0 | 3 | 70 | 260 | 26 | 44 |
| Binary | 1001000 | 1110000 | 1101101 | 100100 | 0 | 11 | 111000 | 10110000 | 10110 | 100100 |
Color Harmonies of #48706D
Complementary color
Monochromatic Colors of #48706D
Black with #48706D
Text Example
Text Example
White with #48706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48706D; }
p { color: rgb(72,112,109); }
H1.HeaderClassName
{
color: #48706D;
}
.AnyTagClassName
{
color: #48706D;
}
</style>
background-color css
<style>
a { background-color: #48706D; }
a { background-color: rgb(72,112,109); }
div.DivClassName
{
background-color: #48706D;
}
.BgClassName
{
background-color: #48706D;
}
</style>
border-color css
<style>
span { border-color: #48706D; }
span { border-color: rgb(72,112,109); }
td.TdClassName
{
border-color: #48706D;
}
.TagClassName
{
border-color: #48706D;
}
</style>