#477F5A

Color #477F5A Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #477F5A

Tints of Como #477F5A

Color information

#477F5A (or 0x477F5A) is unknown color: approx Como. HEX triplet: 47, 7F and 5A. RGB value is (71,127,90). Sum of RGB (Red+Green+Blue) = 71+127+90=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #477F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F5A is #B880A5. Grayscale: #6A6A6A. Windows color (decimal): -12091558 or 5930823. OLE color: 5930823.

HSL color Cylindrical-coordinate representation of color #477F5A: hue angle of 140.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477F5A is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB7112790-
CMYK0.4400.290.50
HSL140.36º28.28%38.82%-
HSV(B)140.36º44.09%49.8%-
XYZ12.0317.2612.37-
YUV106.04118.95103.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 127 (50% from 255) = 44.10%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=24.65%
G=44.10%
B=31.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71127900.4400.290.50140.3628.2838.82
Hex477F5A2C01D328c1c27
Octal10717713254035622143447
Binary1000111111111110110101011000111011100101000110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,127,90); }

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

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

 a { background-color: rgb(71,127,90); }

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

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

 span { border-color: rgb(71,127,90); }

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