#477C75

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

Shades of Dark Green Copper #477C75

Tints of Dark Green Copper #477C75

Color information

#477C75 (or 0x477C75) is unknown color: approx Dark Green Copper. HEX triplet: 47, 7C and 75. RGB value is (71,124,117). Sum of RGB (Red+Green+Blue) = 71+124+117=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #477C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C75 is #B8838A. Grayscale: #6B6B6B. Windows color (decimal): -12092299 or 7699527. OLE color: 7699527.

HSL color Cylindrical-coordinate representation of color #477C75: hue angle of 172.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477C75 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB71124117-
CMYK0.4300.060.51
HSL172.08º27.18%38.24%-
HSV(B)172.08º42.74%48.63%-
XYZ13.0217.0419.43-
YUV107.35133.44102.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=22.76%
G=39.74%
B=37.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711241170.4300.060.51172.0827.1838.24
Hex477C752B0633ac1b26
Octal1071741655306632543346
Binary10001111111100111010110101101101100111010110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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