#497458

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

Shades of Como #497458

Tints of Como #497458

Color information

#497458 (or 0x497458) is unknown color: approx Como. HEX triplet: 49, 74 and 58. RGB value is (73,116,88). Sum of RGB (Red+Green+Blue) = 73+116+88=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #497458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497458 is #B68BA7. Grayscale: #646464. Windows color (decimal): -11963304 or 5796937. OLE color: 5796937.

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

Color convert

RGB7311688-
CMYK0.3700.240.55
HSL140.93º22.75%37.06%-
HSV(B)140.93º37.07%45.49%-
XYZ10.7514.6111.49-
YUV99.95121.25108.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=26.35%
G=41.88%
B=31.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116880.3700.240.55140.9322.7537.06
Hex49745825018378d1725
Octal11116413045030672152745
Binary1001001111010010110001001010110001101111000110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497458; }

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

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

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

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

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

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

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

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