#497761

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

Shades of Como #497761

Tints of Como #497761

Color information

#497761 (or 0x497761) is unknown color: approx Como. HEX triplet: 49, 77 and 61. RGB value is (73,119,97). Sum of RGB (Red+Green+Blue) = 73+119+97=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #497761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497761 is #B6889E. Grayscale: #666666. Windows color (decimal): -11962527 or 6387529. OLE color: 6387529.

HSL color Cylindrical-coordinate representation of color #497761: hue angle of 151.3º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497761 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB7311997-
CMYK0.3900.180.53
HSL151.3º23.96%37.65%-
HSV(B)151.3º38.66%46.67%-
XYZ11.515.4713.69-
YUV102.74124.76106.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 119 (46.88% from 255) = 41.18%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=25.26%
G=41.18%
B=33.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73119970.3900.180.53151.323.9637.65
Hex4977612701235971826
Octal11116714147022652273046
Binary1001001111011111000011001110100101101011001011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497761; }

 p { color: rgb(73,119,97); }

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

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

 a { background-color: rgb(73,119,97); }

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

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

 span { border-color: rgb(73,119,97); }

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