#497760

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

Shades of Como #497760

Tints of Como #497760

Color information

#497760 (or 0x497760) is unknown color: approx Como. HEX triplet: 49, 77 and 60. RGB value is (73,119,96). Sum of RGB (Red+Green+Blue) = 73+119+96=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #497760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497760 is #B6889F. Grayscale: #666666. Windows color (decimal): -11962528 or 6321993. OLE color: 6321993.

HSL color Cylindrical-coordinate representation of color #497760: hue angle of 150º 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 #497760 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB7311996-
CMYK0.3900.190.53
HSL150º23.96%37.65%-
HSV(B)150º38.66%46.67%-
XYZ11.4615.4513.45-
YUV102.62124.26106.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 119 (46.88% from 255) = 41.32%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=25.35%
G=41.32%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73119960.3900.190.5315023.9637.65
Hex4977602701335961826
Octal11116714047023652263046
Binary1001001111011111000001001110100111101011001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497760; }

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

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

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

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

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

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

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

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