Shades of Dark Green Copper #48736C
Tints of Dark Green Copper #48736C
RGB
CMYK
RGB Variations
Color information
#48736C (or 0x48736C) is known color: Dark Green Copper. HEX triplet: 48, 73 and 6C. RGB value is (72,115,108). Sum of RGB (Red+Green+Blue) = 72+115+108=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #48736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48736C is #B78C93. Grayscale: #656565. Windows color (decimal): -12029076 or 7107400. OLE color: 7107400.
HSL color Cylindrical-coordinate representation of color #48736C: hue angle of 170.23º 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 #48736C is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 108 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.55 |
| HSL | 170.23º | 0.23% | 0.37% | - |
| HSV(B) | 170.23º | 0.37% | 0.45% | - |
| XYZ | 11.51 | 14.72 | 16.42 | - |
| YUV | 101.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 108 | 0.37 | 0 | 0.06 | 0.55 | 170.23 | 0.23 | 0.37 |
| Hex | 48 | 73 | 6C | 25 | 0 | 6 | 37 | AA | 17 | 25 |
| Octal | 110 | 163 | 154 | 45 | 0 | 6 | 67 | 252 | 27 | 45 |
| Binary | 1001000 | 1110011 | 1101100 | 100101 | 0 | 110 | 110111 | 10101010 | 10111 | 100101 |
Color Harmonies of #48736C
Complementary color
Monochromatic Colors of #48736C
Black with #48736C
Text Example
Text Example
White with #48736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48736C; }
p { color: rgb(72,115,108); }
H1.HeaderClassName
{
color: #48736C;
}
.AnyTagClassName
{
color: #48736C;
}
</style>
background-color css
<style>
a { background-color: #48736C; }
a { background-color: rgb(72,115,108); }
div.DivClassName
{
background-color: #48736C;
}
.BgClassName
{
background-color: #48736C;
}
</style>
border-color css
<style>
span { border-color: #48736C; }
span { border-color: rgb(72,115,108); }
td.TdClassName
{
border-color: #48736C;
}
.TagClassName
{
border-color: #48736C;
}
</style>