#487772

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

Shades of Dark Green Copper #487772

Tints of Dark Green Copper #487772

Color information

#487772 (or 0x487772) is unknown color: approx Dark Green Copper. HEX triplet: 48, 77 and 72. RGB value is (72,119,114). Sum of RGB (Red+Green+Blue) = 72+119+114=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #487772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487772 is #B7888D. Grayscale: #686868. Windows color (decimal): -12028046 or 7501640. OLE color: 7501640.

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

Color convert

RGB72119114-
CMYK0.3900.040.53
HSL173.62º24.61%37.45%-
HSV(B)173.62º39.5%46.67%-
XYZ12.3115.7918.32-
YUV104.38133.43104.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=23.61%
G=39.02%
B=37.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721191140.3900.040.53173.6224.6137.45
Hex487772270435ae1925
Octal1101671624704652563145
Binary10010001110111111001010011101001101011010111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487772; }

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

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

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

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

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

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

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

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