#477A70

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

Shades of Dark Green Copper #477A70

Tints of Dark Green Copper #477A70

Color information

#477A70 (or 0x477A70) is unknown color: approx Dark Green Copper. HEX triplet: 47, 7A and 70. RGB value is (71,122,112). Sum of RGB (Red+Green+Blue) = 71+122+112=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #477A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A70 is #B8858F. Grayscale: #696969. Windows color (decimal): -12092816 or 7371335. OLE color: 7371335.

HSL color Cylindrical-coordinate representation of color #477A70: hue angle of 168.24º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A70 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB71122112-
CMYK0.4200.080.52
HSL168.24º26.42%37.84%-
HSV(B)168.24º41.8%47.84%-
XYZ12.4816.4317.84-
YUV105.61131.6103.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=23.28%
G=40%
B=36.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711221120.4200.080.52168.2426.4237.84
Hex477A702A0834a81a26
Octal10717216052010642503246
Binary100011111110101110000101010010001101001010100011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477A70; }

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

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

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

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

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

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

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

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