Shades of Dark Green Copper #487B71
Tints of Dark Green Copper #487B71
RGB
CMYK
RGB Variations
Color information
#487B71 (or 0x487B71) is known color: Dark Green Copper. HEX triplet: 48, 7B and 71. RGB value is (72,123,113). Sum of RGB (Red+Green+Blue) = 72+123+113=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #487B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487B71 is #B7848E. Grayscale: #6A6A6A. Windows color (decimal): -12027023 or 7437128. OLE color: 7437128.
HSL color Cylindrical-coordinate representation of color #487B71: hue angle of 168.24º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487B71 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 123 | 113 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.52 |
| HSL | 168.24º | 0.26% | 0.38% | - |
| HSV(B) | 168.24º | 0.41% | 0.48% | - |
| XYZ | 12.74 | 16.74 | 18.18 | - |
| YUV | 106.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 113 | 0.41 | 0 | 0.08 | 0.52 | 168.24 | 0.26 | 0.38 |
| Hex | 48 | 7B | 71 | 29 | 0 | 8 | 34 | A8 | 1A | 26 |
| Octal | 110 | 173 | 161 | 51 | 0 | 10 | 64 | 250 | 32 | 46 |
| Binary | 1001000 | 1111011 | 1110001 | 101001 | 0 | 1000 | 110100 | 10101000 | 11010 | 100110 |
Color Harmonies of #487B71
Complementary color
Monochromatic Colors of #487B71
Black with #487B71
Text Example
Text Example
White with #487B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B71; }
p { color: rgb(72,123,113); }
H1.HeaderClassName
{
color: #487B71;
}
.AnyTagClassName
{
color: #487B71;
}
</style>
background-color css
<style>
a { background-color: #487B71; }
a { background-color: rgb(72,123,113); }
div.DivClassName
{
background-color: #487B71;
}
.BgClassName
{
background-color: #487B71;
}
</style>
border-color css
<style>
span { border-color: #487B71; }
span { border-color: rgb(72,123,113); }
td.TdClassName
{
border-color: #487B71;
}
.TagClassName
{
border-color: #487B71;
}
</style>