#487771

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

Shades of Dark Green Copper #487771

Tints of Dark Green Copper #487771

Color information

#487771 (or 0x487771) is unknown color: approx Dark Green Copper. HEX triplet: 48, 77 and 71. RGB value is (72,119,113). Sum of RGB (Red+Green+Blue) = 72+119+113=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #487771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487771 is #B7888E. Grayscale: #686868. Windows color (decimal): -12028047 or 7436104. OLE color: 7436104.

HSL color Cylindrical-coordinate representation of color #487771: hue angle of 172.34º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487771 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB72119113-
CMYK0.3900.050.53
HSL172.34º24.61%37.45%-
HSV(B)172.34º39.5%46.67%-
XYZ12.2515.7618.02-
YUV104.26132.93104.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=23.68%
G=39.14%
B=37.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721191130.3900.050.53172.3424.6137.45
Hex487771270535ac1925
Octal1101671614705652543145
Binary10010001110111111000110011101011101011010110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487771; }

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

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

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

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

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

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

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

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