#487671

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

Shades of Dark Green Copper #487671

Tints of Dark Green Copper #487671

Color information

#487671 (or 0x487671) is unknown color: approx Dark Green Copper. HEX triplet: 48, 76 and 71. RGB value is (72,118,113). Sum of RGB (Red+Green+Blue) = 72+118+113=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #487671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487671 is #B7898E. Grayscale: #676767. Windows color (decimal): -12028303 or 7435848. OLE color: 7435848.

HSL color Cylindrical-coordinate representation of color #487671: hue angle of 173.48º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487671 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB72118113-
CMYK0.3900.040.54
HSL173.48º24.21%37.25%-
HSV(B)173.48º38.98%46.27%-
XYZ12.1315.5317.98-
YUV103.68133.26105.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=23.76%
G=38.94%
B=37.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721181130.3900.040.54173.4824.2137.25
Hex487671270436ad1825
Octal1101661614704662553045
Binary10010001110110111000110011101001101101010110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487671; }

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

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

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

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

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

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

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

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