#487773

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

Shades of Dark Green Copper #487773

Tints of Dark Green Copper #487773

Color information

#487773 (or 0x487773) is unknown color: approx Dark Green Copper. HEX triplet: 48, 77 and 73. RGB value is (72,119,115). Sum of RGB (Red+Green+Blue) = 72+119+115=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #487773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487773 is #B7888C. Grayscale: #686868. Windows color (decimal): -12028045 or 7567176. OLE color: 7567176.

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

Color convert

RGB72119115-
CMYK0.3900.030.53
HSL174.89º24.61%37.45%-
HSV(B)174.89º39.5%46.67%-
XYZ12.3615.8118.62-
YUV104.49133.93104.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=23.53%
G=38.89%
B=37.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721191150.3900.030.53174.8924.6137.45
Hex487773270335af1925
Octal1101671634703652573145
Binary1001000111011111100111001110111101011010111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487773; }

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

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

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

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

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

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

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

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