#497055

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

Shades of Como #497055

Tints of Como #497055

Color information

#497055 (or 0x497055) is unknown color: approx Como. HEX triplet: 49, 70 and 55. RGB value is (73,112,85). Sum of RGB (Red+Green+Blue) = 73+112+85=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #497055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497055 is #B68FAA. Grayscale: #616161. Windows color (decimal): -11964331 or 5599305. OLE color: 5599305.

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

Color convert

RGB7311285-
CMYK0.3500.240.56
HSL138.46º21.08%36.27%-
HSV(B)138.46º34.82%43.92%-
XYZ10.1813.6610.69-
YUV97.26121.08110.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=27.04%
G=41.48%
B=31.48%

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
Decimal73112850.3500.240.56138.4621.0836.27
Hex49705523018388a1524
Octal11116012543030702122544
Binary1001001111000010101011000110110001110001000101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497055; }

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

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

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

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

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

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

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

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