Shades of Dark Green Copper #487A6C
Tints of Dark Green Copper #487A6C
RGB
CMYK
RGB Variations
Color information
#487A6C (or 0x487A6C) is known color: Dark Green Copper. HEX triplet: 48, 7A and 6C. RGB value is (72,122,108). Sum of RGB (Red+Green+Blue) = 72+122+108=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #487A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A6C is #B78593. Grayscale: #696969. Windows color (decimal): -12027284 or 7109192. OLE color: 7109192.
HSL color Cylindrical-coordinate representation of color #487A6C: hue angle of 163.2º 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 #487A6C is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 122 | 108 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.52 |
| HSL | 163.2º | 0.26% | 0.38% | - |
| HSV(B) | 163.2º | 0.41% | 0.48% | - |
| XYZ | 12.34 | 16.38 | 16.7 | - |
| YUV | 105.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 108 | 0.41 | 0 | 0.11 | 0.52 | 163.2 | 0.26 | 0.38 |
| Hex | 48 | 7A | 6C | 29 | 0 | B | 34 | A3 | 1A | 26 |
| Octal | 110 | 172 | 154 | 51 | 0 | 13 | 64 | 243 | 32 | 46 |
| Binary | 1001000 | 1111010 | 1101100 | 101001 | 0 | 1011 | 110100 | 10100011 | 11010 | 100110 |
Color Harmonies of #487A6C
Complementary color
Monochromatic Colors of #487A6C
Black with #487A6C
Text Example
Text Example
White with #487A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A6C; }
p { color: rgb(72,122,108); }
H1.HeaderClassName
{
color: #487A6C;
}
.AnyTagClassName
{
color: #487A6C;
}
</style>
background-color css
<style>
a { background-color: #487A6C; }
a { background-color: rgb(72,122,108); }
div.DivClassName
{
background-color: #487A6C;
}
.BgClassName
{
background-color: #487A6C;
}
</style>
border-color css
<style>
span { border-color: #487A6C; }
span { border-color: rgb(72,122,108); }
td.TdClassName
{
border-color: #487A6C;
}
.TagClassName
{
border-color: #487A6C;
}
</style>