Shades of Dark Green Copper #487B74
Tints of Dark Green Copper #487B74
RGB
CMYK
RGB Variations
Color information
#487B74 (or 0x487B74) is known color: Dark Green Copper. HEX triplet: 48, 7B and 74. RGB value is (72,123,116). Sum of RGB (Red+Green+Blue) = 72+123+116=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 123 - color contains mainly: green. Hex color #487B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487B74 is #B7848B. Grayscale: #6A6A6A. Windows color (decimal): -12027020 or 7633736. OLE color: 7633736.
HSL color Cylindrical-coordinate representation of color #487B74: hue angle of 171.76º 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 #487B74 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 123 | 116 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.52 |
| HSL | 171.76º | 0.26% | 0.38% | - |
| HSV(B) | 171.76º | 0.41% | 0.48% | - |
| XYZ | 12.91 | 16.8 | 19.09 | - |
| YUV | 106.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 116 | 0.41 | 0 | 0.06 | 0.52 | 171.76 | 0.26 | 0.38 |
| Hex | 48 | 7B | 74 | 29 | 0 | 6 | 34 | AC | 1A | 26 |
| Octal | 110 | 173 | 164 | 51 | 0 | 6 | 64 | 254 | 32 | 46 |
| Binary | 1001000 | 1111011 | 1110100 | 101001 | 0 | 110 | 110100 | 10101100 | 11010 | 100110 |
Color Harmonies of #487B74
Complementary color
Monochromatic Colors of #487B74
Black with #487B74
Text Example
Text Example
White with #487B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B74; }
p { color: rgb(72,123,116); }
H1.HeaderClassName
{
color: #487B74;
}
.AnyTagClassName
{
color: #487B74;
}
</style>
background-color css
<style>
a { background-color: #487B74; }
a { background-color: rgb(72,123,116); }
div.DivClassName
{
background-color: #487B74;
}
.BgClassName
{
background-color: #487B74;
}
</style>
border-color css
<style>
span { border-color: #487B74; }
span { border-color: rgb(72,123,116); }
td.TdClassName
{
border-color: #487B74;
}
.TagClassName
{
border-color: #487B74;
}
</style>