#477A6F

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

Shades of Dark Green Copper #477A6F

Tints of Dark Green Copper #477A6F

Color information

#477A6F (or 0x477A6F) is unknown color: approx Dark Green Copper. HEX triplet: 47, 7A and 6F. RGB value is (71,122,111). Sum of RGB (Red+Green+Blue) = 71+122+111=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #477A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A6F is #B88590. Grayscale: #696969. Windows color (decimal): -12092817 or 7305799. OLE color: 7305799.

HSL color Cylindrical-coordinate representation of color #477A6F: hue angle of 167.06º 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 #477A6F is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB71122111-
CMYK0.4200.090.52
HSL167.06º26.42%37.84%-
HSV(B)167.06º41.8%47.84%-
XYZ12.4316.4117.55-
YUV105.5131.1103.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=23.36%
G=40.13%
B=36.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711221110.4200.090.52167.0626.4237.84
Hex477A6F2A0934a71a26
Octal10717215752011642473246
Binary100011111110101101111101010010011101001010011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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