#477566

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

Shades of Dark Green Copper #477566

Tints of Dark Green Copper #477566

Color information

#477566 (or 0x477566) is unknown color: approx Dark Green Copper. HEX triplet: 47, 75 and 66. RGB value is (71,117,102). Sum of RGB (Red+Green+Blue) = 71+117+102=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #477566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477566 is #B88A99. Grayscale: #656565. Windows color (decimal): -12094106 or 6714695. OLE color: 6714695.

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

Color convert

RGB71117102-
CMYK0.3900.130.54
HSL160.43º24.47%36.86%-
HSV(B)160.43º39.32%45.88%-
XYZ11.3615.0214.87-
YUV101.54128.26106.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 117 (46.09% from 255) = 40.34%
BLUE value IS 102 (40.23% from 255) = 35.17%
R=24.48%
G=40.34%
B=35.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711171020.3900.130.54160.4324.4736.86
Hex477566270D36a01825
Octal10716514647015662403045
Binary100011111101011100110100111011011101101010000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477566; }

 p { color: rgb(71,117,102); }

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

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

 a { background-color: rgb(71,117,102); }

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

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

 span { border-color: rgb(71,117,102); }

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