#497155

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

Shades of Como #497155

Tints of Como #497155

Color information

#497155 (or 0x497155) is unknown color: approx Como. HEX triplet: 49, 71 and 55. RGB value is (73,113,85). Sum of RGB (Red+Green+Blue) = 73+113+85=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #497155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497155 is #B68EAA. Grayscale: #616161. Windows color (decimal): -11964075 or 5599561. OLE color: 5599561.

HSL color Cylindrical-coordinate representation of color #497155: hue angle of 138º 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 #497155 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB7311385-
CMYK0.3500.250.56
HSL138º21.51%36.47%-
HSV(B)138º35.4%44.31%-
XYZ10.2913.8810.73-
YUV97.85120.75110.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=26.94%
G=41.70%
B=31.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113850.3500.250.5613821.5136.47
Hex49715523019388a1624
Octal11116112543031702122644
Binary1001001111000110101011000110110011110001000101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497155; }

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

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

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

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

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

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

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

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