#477873

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

Shades of Dark Green Copper #477873

Tints of Dark Green Copper #477873

Color information

#477873 (or 0x477873) is unknown color: approx Dark Green Copper. HEX triplet: 47, 78 and 73. RGB value is (71,120,115). Sum of RGB (Red+Green+Blue) = 71+120+115=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #477873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477873 is #B8878C. Grayscale: #686868. Windows color (decimal): -12093325 or 7567431. OLE color: 7567431.

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

Color convert

RGB71120115-
CMYK0.4100.040.53
HSL173.88º25.65%37.45%-
HSV(B)173.88º40.83%47.06%-
XYZ12.4116.0118.66-
YUV104.78133.77103.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=23.20%
G=39.22%
B=37.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711201150.4100.040.53173.8825.6537.45
Hex477873290435ae1a25
Octal1071701635104652563245
Binary10001111111000111001110100101001101011010111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477873; }

 p { color: rgb(71,120,115); }

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

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

 a { background-color: rgb(71,120,115); }

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

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

 span { border-color: rgb(71,120,115); }

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