#487673

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

Shades of Dark Green Copper #487673

Tints of Dark Green Copper #487673

Color information

#487673 (or 0x487673) is unknown color: approx Dark Green Copper. HEX triplet: 48, 76 and 73. RGB value is (72,118,115). Sum of RGB (Red+Green+Blue) = 72+118+115=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #487673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487673 is #B7898C. Grayscale: #676767. Windows color (decimal): -12028301 or 7566920. OLE color: 7566920.

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

Color convert

RGB72118115-
CMYK0.3900.030.54
HSL176.09º24.21%37.25%-
HSV(B)176.09º38.98%46.27%-
XYZ12.2515.5718.58-
YUV103.9134.26105.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=23.61%
G=38.69%
B=37.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721181150.3900.030.54176.0924.2137.25
Hex487673270336b01825
Octal1101661634703662603045
Binary1001000111011011100111001110111101101011000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487673; }

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

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

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

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

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

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

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

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