#487571

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

Shades of Dark Green Copper #487571

Tints of Dark Green Copper #487571

Color information

#487571 (or 0x487571) is unknown color: approx Dark Green Copper. HEX triplet: 48, 75 and 71. RGB value is (72,117,113). Sum of RGB (Red+Green+Blue) = 72+117+113=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #487571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487571 is #B78A8E. Grayscale: #676767. Windows color (decimal): -12028559 or 7435592. OLE color: 7435592.

HSL color Cylindrical-coordinate representation of color #487571: hue angle of 174.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 #487571 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB72117113-
CMYK0.3800.030.54
HSL174.67º23.81%37.06%-
HSV(B)174.67º38.46%45.88%-
XYZ12.0115.2917.94-
YUV103.09133.59105.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=23.84%
G=38.74%
B=37.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721171130.3800.030.54174.6723.8137.06
Hex487571260336af1825
Octal1101651614603662573045
Binary1001000111010111100011001100111101101010111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487571; }

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

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

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

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

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

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

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

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