#487873

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

Shades of Dark Green Copper #487873

Tints of Dark Green Copper #487873

Color information

#487873 (or 0x487873) is unknown color: approx Dark Green Copper. HEX triplet: 48, 78 and 73. RGB value is (72,120,115). Sum of RGB (Red+Green+Blue) = 72+120+115=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #487873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487873 is #B7878C. Grayscale: #696969. Windows color (decimal): -12027789 or 7567432. OLE color: 7567432.

HSL color Cylindrical-coordinate representation of color #487873: hue angle of 173.75º 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 #487873 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB72120115-
CMYK0.4000.040.53
HSL173.75º25%37.65%-
HSV(B)173.75º40%47.06%-
XYZ12.4816.0518.66-
YUV105.08133.6104.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=23.45%
G=39.09%
B=37.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721201150.4000.040.53173.752537.65
Hex487873280435ae1926
Octal1101701635004652563146
Binary10010001111000111001110100001001101011010111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487873; }

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

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

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

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

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

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

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

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