#497F5A

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

Shades of Como #497F5A

Tints of Como #497F5A

Color information

#497F5A (or 0x497F5A) is unknown color: approx Como. HEX triplet: 49, 7F and 5A. RGB value is (73,127,90). Sum of RGB (Red+Green+Blue) = 73+127+90=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 127 - color contains mainly: green. Hex color #497F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497F5A is #B680A5. Grayscale: #6A6A6A. Windows color (decimal): -11960486 or 5930825. OLE color: 5930825.

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

Color convert

RGB7312790-
CMYK0.4300.290.50
HSL138.89º27%39.22%-
HSV(B)138.89º42.52%49.8%-
XYZ12.1817.3312.38-
YUV106.64118.61104.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 127 (50% from 255) = 43.79%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=25.17%
G=43.79%
B=31.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73127900.4300.290.50138.892739.22
Hex497F5A2B01D328b1b27
Octal11117713253035622133347
Binary1001001111111110110101010110111011100101000101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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