#487670

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

Shades of Dark Green Copper #487670

Tints of Dark Green Copper #487670

Color information

#487670 (or 0x487670) is unknown color: approx Dark Green Copper. HEX triplet: 48, 76 and 70. RGB value is (72,118,112). Sum of RGB (Red+Green+Blue) = 72+118+112=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #487670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487670 is #B7898F. Grayscale: #676767. Windows color (decimal): -12028304 or 7370312. OLE color: 7370312.

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

Color convert

RGB72118112-
CMYK0.3900.050.54
HSL172.17º24.21%37.25%-
HSV(B)172.17º38.98%46.27%-
XYZ12.0815.517.69-
YUV103.56132.76105.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 118 (46.48% from 255) = 39.07%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=23.84%
G=39.07%
B=37.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721181120.3900.050.54172.1724.2137.25
Hex487670270536ac1825
Octal1101661604705662543045
Binary10010001110110111000010011101011101101010110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487670; }

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

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

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

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

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

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

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

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