#497358

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

Shades of Como #497358

Tints of Como #497358

Color information

#497358 (or 0x497358) is unknown color: approx Como. HEX triplet: 49, 73 and 58. RGB value is (73,115,88). Sum of RGB (Red+Green+Blue) = 73+115+88=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #497358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497358 is #B68CA7. Grayscale: #636363. Windows color (decimal): -11963560 or 5796681. OLE color: 5796681.

HSL color Cylindrical-coordinate representation of color #497358: hue angle of 141.43º degrees, saturation: 0.22, 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 #497358 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB7311588-
CMYK0.3700.230.55
HSL141.43º22.34%36.86%-
HSV(B)141.43º36.52%45.1%-
XYZ10.6414.3811.45-
YUV99.36121.59109.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=26.45%
G=41.67%
B=31.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115880.3700.230.55141.4322.3436.86
Hex49735825017378d1625
Octal11116313045027672152645
Binary1001001111001110110001001010101111101111000110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497358; }

 p { color: rgb(73,115,88); }

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

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

 a { background-color: rgb(73,115,88); }

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

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

 span { border-color: rgb(73,115,88); }

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