Shades of Dark Green Copper #487166
Tints of Dark Green Copper #487166
RGB
CMYK
RGB Variations
Color information
#487166 (or 0x487166) is known color: Dark Green Copper. HEX triplet: 48, 71 and 66. RGB value is (72,113,102). Sum of RGB (Red+Green+Blue) = 72+113+102=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #487166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487166 is #B78E99. Grayscale: #636363. Windows color (decimal): -12029594 or 6713672. OLE color: 6713672.
HSL color Cylindrical-coordinate representation of color #487166: hue angle of 163.9º 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 #487166 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 113 | 102 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.56 |
| HSL | 163.9º | 0.22% | 0.36% | - |
| HSV(B) | 163.9º | 0.36% | 0.44% | - |
| XYZ | 10.98 | 14.15 | 14.72 | - |
| YUV | 99.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 102 | 0.36 | 0 | 0.10 | 0.56 | 163.9 | 0.22 | 0.36 |
| Hex | 48 | 71 | 66 | 24 | 0 | A | 38 | A4 | 16 | 24 |
| Octal | 110 | 161 | 146 | 44 | 0 | 12 | 70 | 244 | 26 | 44 |
| Binary | 1001000 | 1110001 | 1100110 | 100100 | 0 | 1010 | 111000 | 10100100 | 10110 | 100100 |
Color Harmonies of #487166
Complementary color
Monochromatic Colors of #487166
Black with #487166
Text Example
Text Example
White with #487166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487166; }
p { color: rgb(72,113,102); }
H1.HeaderClassName
{
color: #487166;
}
.AnyTagClassName
{
color: #487166;
}
</style>
background-color css
<style>
a { background-color: #487166; }
a { background-color: rgb(72,113,102); }
div.DivClassName
{
background-color: #487166;
}
.BgClassName
{
background-color: #487166;
}
</style>
border-color css
<style>
span { border-color: #487166; }
span { border-color: rgb(72,113,102); }
td.TdClassName
{
border-color: #487166;
}
.TagClassName
{
border-color: #487166;
}
</style>