#497362

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

Shades of Como #497362

Tints of Como #497362

Color information

#497362 (or 0x497362) is unknown color: approx Como. HEX triplet: 49, 73 and 62. RGB value is (73,115,98). Sum of RGB (Red+Green+Blue) = 73+115+98=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #497362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497362 is #B68C9D. Grayscale: #646464. Windows color (decimal): -11963550 or 6452041. OLE color: 6452041.

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

Color convert

RGB7311598-
CMYK0.3700.150.55
HSL155.71º22.34%36.86%-
HSV(B)155.71º36.52%45.1%-
XYZ11.0814.5613.78-
YUV100.5126.59108.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=25.52%
G=40.21%
B=34.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115980.3700.150.55155.7122.3436.86
Hex497362250F379c1625
Octal11116314245017672342645
Binary100100111100111100010100101011111101111001110010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497362; }

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

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

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

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

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

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

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

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