Shades of Dark Green Copper #48736F
Tints of Dark Green Copper #48736F
RGB
CMYK
RGB Variations
Color information
#48736F (or 0x48736F) is known color: Dark Green Copper. HEX triplet: 48, 73 and 6F. RGB value is (72,115,111). Sum of RGB (Red+Green+Blue) = 72+115+111=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #48736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48736F is #B78C90. Grayscale: #656565. Windows color (decimal): -12029073 or 7304008. OLE color: 7304008.
HSL color Cylindrical-coordinate representation of color #48736F: hue angle of 174.42º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48736F is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 111 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.55 |
| HSL | 174.42º | 0.23% | 0.37% | - |
| HSV(B) | 174.42º | 0.37% | 0.45% | - |
| XYZ | 11.67 | 14.79 | 17.28 | - |
| YUV | 101.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 111 | 0.37 | 0 | 0.03 | 0.55 | 174.42 | 0.23 | 0.37 |
| Hex | 48 | 73 | 6F | 25 | 0 | 3 | 37 | AE | 17 | 25 |
| Octal | 110 | 163 | 157 | 45 | 0 | 3 | 67 | 256 | 27 | 45 |
| Binary | 1001000 | 1110011 | 1101111 | 100101 | 0 | 11 | 110111 | 10101110 | 10111 | 100101 |
Color Harmonies of #48736F
Complementary color
Monochromatic Colors of #48736F
Black with #48736F
Text Example
Text Example
White with #48736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48736F; }
p { color: rgb(72,115,111); }
H1.HeaderClassName
{
color: #48736F;
}
.AnyTagClassName
{
color: #48736F;
}
</style>
background-color css
<style>
a { background-color: #48736F; }
a { background-color: rgb(72,115,111); }
div.DivClassName
{
background-color: #48736F;
}
.BgClassName
{
background-color: #48736F;
}
</style>
border-color css
<style>
span { border-color: #48736F; }
span { border-color: rgb(72,115,111); }
td.TdClassName
{
border-color: #48736F;
}
.TagClassName
{
border-color: #48736F;
}
</style>