#497156

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

Shades of Como #497156

Tints of Como #497156

Color information

#497156 (or 0x497156) is unknown color: approx Como. HEX triplet: 49, 71 and 56. RGB value is (73,113,86). Sum of RGB (Red+Green+Blue) = 73+113+86=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #497156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497156 is #B68EA9. Grayscale: #626262. Windows color (decimal): -11964074 or 5665097. OLE color: 5665097.

HSL color Cylindrical-coordinate representation of color #497156: hue angle of 139.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497156 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB7311386-
CMYK0.3500.240.56
HSL139.5º21.51%36.47%-
HSV(B)139.5º35.4%44.31%-
XYZ10.3313.910.94-
YUV97.96121.25110.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=26.84%
G=41.54%
B=31.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113860.3500.240.56139.521.5136.47
Hex49715623018388c1624
Octal11116112643030702142644
Binary1001001111000110101101000110110001110001000110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497156; }

 p { color: rgb(73,113,86); }

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

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

 a { background-color: rgb(73,113,86); }

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

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

 span { border-color: rgb(73,113,86); }

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