Shades of Dark Green Copper #487568
Tints of Dark Green Copper #487568
RGB
CMYK
RGB Variations
Color information
#487568 (or 0x487568) is known color: Dark Green Copper. HEX triplet: 48, 75 and 68. RGB value is (72,117,104). Sum of RGB (Red+Green+Blue) = 72+117+104=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #487568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487568 is #B78A97. Grayscale: #666666. Windows color (decimal): -12028568 or 6845768. OLE color: 6845768.
HSL color Cylindrical-coordinate representation of color #487568: hue angle of 162.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487568 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 117 | 104 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.54 |
| HSL | 162.67º | 0.24% | 0.37% | - |
| HSV(B) | 162.67º | 0.38% | 0.46% | - |
| XYZ | 11.53 | 15.1 | 15.4 | - |
| YUV | 102.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 104 | 0.38 | 0 | 0.11 | 0.54 | 162.67 | 0.24 | 0.37 |
| Hex | 48 | 75 | 68 | 26 | 0 | B | 36 | A3 | 18 | 25 |
| Octal | 110 | 165 | 150 | 46 | 0 | 13 | 66 | 243 | 30 | 45 |
| Binary | 1001000 | 1110101 | 1101000 | 100110 | 0 | 1011 | 110110 | 10100011 | 11000 | 100101 |
Color Harmonies of #487568
Complementary color
Monochromatic Colors of #487568
Black with #487568
Text Example
Text Example
White with #487568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487568; }
p { color: rgb(72,117,104); }
H1.HeaderClassName
{
color: #487568;
}
.AnyTagClassName
{
color: #487568;
}
</style>
background-color css
<style>
a { background-color: #487568; }
a { background-color: rgb(72,117,104); }
div.DivClassName
{
background-color: #487568;
}
.BgClassName
{
background-color: #487568;
}
</style>
border-color css
<style>
span { border-color: #487568; }
span { border-color: rgb(72,117,104); }
td.TdClassName
{
border-color: #487568;
}
.TagClassName
{
border-color: #487568;
}
</style>