#477970

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

Shades of Dark Green Copper #477970

Tints of Dark Green Copper #477970

Color information

#477970 (or 0x477970) is unknown color: approx Dark Green Copper. HEX triplet: 47, 79 and 70. RGB value is (71,121,112). Sum of RGB (Red+Green+Blue) = 71+121+112=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #477970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477970 is #B8868F. Grayscale: #696969. Windows color (decimal): -12093072 or 7371079. OLE color: 7371079.

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

Color convert

RGB71121112-
CMYK0.4100.070.53
HSL169.2º26.04%37.65%-
HSV(B)169.2º41.32%47.45%-
XYZ12.3616.1817.8-
YUV105.02131.94103.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=23.36%
G=39.80%
B=36.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711211120.4100.070.53169.226.0437.65
Hex477970290735a91a26
Octal1071711605107652513246
Binary10001111111001111000010100101111101011010100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477970; }

 p { color: rgb(71,121,112); }

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

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

 a { background-color: rgb(71,121,112); }

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

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

 span { border-color: rgb(71,121,112); }

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