#487871

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

Shades of Dark Green Copper #487871

Tints of Dark Green Copper #487871

Color information

#487871 (or 0x487871) is unknown color: approx Dark Green Copper. HEX triplet: 48, 78 and 71. RGB value is (72,120,113). Sum of RGB (Red+Green+Blue) = 72+120+113=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #487871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487871 is #B7878E. Grayscale: #686868. Windows color (decimal): -12027791 or 7436360. OLE color: 7436360.

HSL color Cylindrical-coordinate representation of color #487871: hue angle of 171.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487871 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB72120113-
CMYK0.4000.060.53
HSL171.25º25%37.65%-
HSV(B)171.25º40%47.06%-
XYZ12.371618.06-
YUV104.85132.6104.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=23.61%
G=39.34%
B=37.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721201130.4000.060.53171.252537.65
Hex487871280635ab1926
Octal1101701615006652533146
Binary10010001111000111000110100001101101011010101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487871; }

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

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

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

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

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

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

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

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