#487C71

Color #487C71 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #487C71

Tints of Dark Green Copper #487C71

Color information

#487C71 (or 0x487C71) is unknown color: approx Dark Green Copper. HEX triplet: 48, 7C and 71. RGB value is (72,124,113). Sum of RGB (Red+Green+Blue) = 72+124+113=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #487C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C71 is #B7838E. Grayscale: #6B6B6B. Windows color (decimal): -12026767 or 7437384. OLE color: 7437384.

HSL color Cylindrical-coordinate representation of color #487C71: hue angle of 167.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487C71 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB72124113-
CMYK0.4200.090.51
HSL167.31º26.53%38.43%-
HSV(B)167.31º41.94%48.63%-
XYZ12.8616.9918.22-
YUV107.2131.27102.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=23.30%
G=40.13%
B=36.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721241130.4200.090.51167.3126.5338.43
Hex487C712A0933a71b26
Octal11017416152011632473346
Binary100100011111001110001101010010011100111010011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487C71; }

 p { color: rgb(72,124,113); }

 H1.HeaderClassName
 {
   color: #487C71;
 }
 .AnyTagClassName
 {
   color: #487C71;
 }
</style>
background-color css

<style>
 a { background-color: #487C71; }

 a { background-color: rgb(72,124,113); }

 div.DivClassName
 {
   background-color: #487C71;
 }
 .BgClassName
 {
   background-color: #487C71;
 }
</style>
border-color css

<style>
 span { border-color: #487C71; }

 span { border-color: rgb(72,124,113); }

 td.TdClassName
 {
   border-color: #487C71;
 }
 .TagClassName
 {
   border-color: #487C71;
 }
</style>