Shades of Dark Green Copper #488277
Tints of Dark Green Copper #488277
RGB
CMYK
RGB Variations
Color information
#488277 (or 0x488277) is known color: Dark Green Copper. HEX triplet: 48, 82 and 77. RGB value is (72,130,119). Sum of RGB (Red+Green+Blue) = 72+130+119=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #488277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488277 is #B77D88. Grayscale: #6F6F6F. Windows color (decimal): -12025225 or 7832136. OLE color: 7832136.
HSL color Cylindrical-coordinate representation of color #488277: hue angle of 168.62º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488277 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 130 | 119 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.49 |
| HSL | 168.62º | 0.29% | 0.4% | - |
| HSV(B) | 168.62º | 0.45% | 0.51% | - |
| XYZ | 13.98 | 18.67 | 20.32 | - |
| YUV | 111.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 119 | 0.45 | 0 | 0.08 | 0.49 | 168.62 | 0.29 | 0.4 |
| Hex | 48 | 82 | 77 | 2D | 0 | 8 | 31 | A9 | 1D | 28 |
| Octal | 110 | 202 | 167 | 55 | 0 | 10 | 61 | 251 | 35 | 50 |
| Binary | 1001000 | 10000010 | 1110111 | 101101 | 0 | 1000 | 110001 | 10101001 | 11101 | 101000 |
Color Harmonies of #488277
Complementary color
Monochromatic Colors of #488277
Black with #488277
Text Example
Text Example
White with #488277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488277; }
p { color: rgb(72,130,119); }
H1.HeaderClassName
{
color: #488277;
}
.AnyTagClassName
{
color: #488277;
}
</style>
background-color css
<style>
a { background-color: #488277; }
a { background-color: rgb(72,130,119); }
div.DivClassName
{
background-color: #488277;
}
.BgClassName
{
background-color: #488277;
}
</style>
border-color css
<style>
span { border-color: #488277; }
span { border-color: rgb(72,130,119); }
td.TdClassName
{
border-color: #488277;
}
.TagClassName
{
border-color: #488277;
}
</style>