#477569

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

Shades of Dark Green Copper #477569

Tints of Dark Green Copper #477569

Color information

#477569 (or 0x477569) is unknown color: approx Dark Green Copper. HEX triplet: 47, 75 and 69. RGB value is (71,117,105). Sum of RGB (Red+Green+Blue) = 71+117+105=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #477569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477569 is #B88A96. Grayscale: #656565. Windows color (decimal): -12094103 or 6911303. OLE color: 6911303.

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

Color convert

RGB71117105-
CMYK0.3900.100.54
HSL164.35º24.47%36.86%-
HSV(B)164.35º39.32%45.88%-
XYZ11.5115.0815.67-
YUV101.88129.76105.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=24.23%
G=39.93%
B=35.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711171050.3900.100.54164.3524.4736.86
Hex477569270A36a41825
Octal10716515147012662443045
Binary100011111101011101001100111010101101101010010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477569; }

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

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

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

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

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

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

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

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