#497A59

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

Shades of Como #497A59

Tints of Como #497A59

Color information

#497A59 (or 0x497A59) is unknown color: approx Como. HEX triplet: 49, 7A and 59. RGB value is (73,122,89). Sum of RGB (Red+Green+Blue) = 73+122+89=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 122 - color contains mainly: green. Hex color #497A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A59 is #B685A6. Grayscale: #676767. Windows color (decimal): -11961767 or 5864009. OLE color: 5864009.

HSL color Cylindrical-coordinate representation of color #497A59: hue angle of 139.59º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A59 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB7312289-
CMYK0.4000.270.52
HSL139.59º25.13%38.24%-
HSV(B)139.59º40.16%47.84%-
XYZ11.5116.0611.94-
YUV103.59119.77106.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 122 (48.05% from 255) = 42.96%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=25.70%
G=42.96%
B=31.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122890.4000.270.52139.5925.1338.24
Hex497A592801B348c1926
Octal11117213150033642143146
Binary1001001111101010110011010000110111101001000110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,122,89); }

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

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

 a { background-color: rgb(73,122,89); }

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

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

 span { border-color: rgb(73,122,89); }

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