#487570

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

Shades of Dark Green Copper #487570

Tints of Dark Green Copper #487570

Color information

#487570 (or 0x487570) is unknown color: approx Dark Green Copper. HEX triplet: 48, 75 and 70. RGB value is (72,117,112). Sum of RGB (Red+Green+Blue) = 72+117+112=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #487570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487570 is #B78A8F. Grayscale: #666666. Windows color (decimal): -12028560 or 7370056. OLE color: 7370056.

HSL color Cylindrical-coordinate representation of color #487570: hue angle of 173.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487570 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB72117112-
CMYK0.3800.040.54
HSL173.33º23.81%37.06%-
HSV(B)173.33º38.46%45.88%-
XYZ11.9615.2717.65-
YUV102.98133.09105.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=23.92%
G=38.87%
B=37.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721171120.3800.040.54173.3323.8137.06
Hex487570260436ad1825
Octal1101651604604662553045
Binary10010001110101111000010011001001101101010110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487570; }

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

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

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

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

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

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

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

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