#497A60

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

Shades of Como #497A60

Tints of Como #497A60

Color information

#497A60 (or 0x497A60) is unknown color: approx Como. HEX triplet: 49, 7A and 60. RGB value is (73,122,96). Sum of RGB (Red+Green+Blue) = 73+122+96=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #497A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A60 is #B6859F. Grayscale: #686868. Windows color (decimal): -11961760 or 6322761. OLE color: 6322761.

HSL color Cylindrical-coordinate representation of color #497A60: hue angle of 148.16º 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 #497A60 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB7312296-
CMYK0.4000.210.52
HSL148.16º25.13%38.24%-
HSV(B)148.16º40.16%47.84%-
XYZ11.8216.1813.57-
YUV104.38123.27105.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 122 (48.05% from 255) = 41.92%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=25.09%
G=41.92%
B=32.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122960.4000.210.52148.1625.1338.24
Hex497A602801534941926
Octal11117214050025642243146
Binary1001001111101011000001010000101011101001001010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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