#487770

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

Shades of Dark Green Copper #487770

Tints of Dark Green Copper #487770

Color information

#487770 (or 0x487770) is unknown color: approx Dark Green Copper. HEX triplet: 48, 77 and 70. RGB value is (72,119,112). Sum of RGB (Red+Green+Blue) = 72+119+112=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #487770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487770 is #B7888F. Grayscale: #686868. Windows color (decimal): -12028048 or 7370568. OLE color: 7370568.

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

Color convert

RGB72119112-
CMYK0.3900.060.53
HSL171.06º24.61%37.45%-
HSV(B)171.06º39.5%46.67%-
XYZ12.1915.7417.72-
YUV104.15132.43105.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=23.76%
G=39.27%
B=36.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721191120.3900.060.53171.0624.6137.45
Hex487770270635ab1925
Octal1101671604706652533145
Binary10010001110111111000010011101101101011010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487770; }

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

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

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

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

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

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

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

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