#497455

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

Shades of Como #497455

Tints of Como #497455

Color information

#497455 (or 0x497455) is unknown color: approx Como. HEX triplet: 49, 74 and 55. RGB value is (73,116,85). Sum of RGB (Red+Green+Blue) = 73+116+85=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #497455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497455 is #B68BAA. Grayscale: #636363. Windows color (decimal): -11963307 or 5600329. OLE color: 5600329.

HSL color Cylindrical-coordinate representation of color #497455: hue angle of 136.74º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497455 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB7311685-
CMYK0.3700.270.55
HSL136.74º22.75%37.06%-
HSV(B)136.74º37.07%45.49%-
XYZ10.6314.5610.84-
YUV99.61119.75109.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 116 (45.70% from 255) = 42.34%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=26.64%
G=42.34%
B=31.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116850.3700.270.55136.7422.7537.06
Hex4974552501B37891725
Octal11116412545033672112745
Binary1001001111010010101011001010110111101111000100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497455; }

 p { color: rgb(73,116,85); }

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

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

 a { background-color: rgb(73,116,85); }

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

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

 span { border-color: rgb(73,116,85); }

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