#496D58

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

Shades of Como #496D58

Tints of Como #496D58

Color information

#496D58 (or 0x496D58) is unknown color: approx Como. HEX triplet: 49, 6D and 58. RGB value is (73,109,88). Sum of RGB (Red+Green+Blue) = 73+109+88=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #496D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D58 is #B692A7. Grayscale: #5F5F5F. Windows color (decimal): -11965096 or 5795145. OLE color: 5795145.

HSL color Cylindrical-coordinate representation of color #496D58: hue angle of 145º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #496D58 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB7310988-
CMYK0.3300.190.57
HSL145º19.78%35.69%-
HSV(B)145º33.03%42.75%-
XYZ9.9813.0611.23-
YUV95.84123.57111.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 109 (42.97% from 255) = 40.37%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=27.04%
G=40.37%
B=32.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73109880.3300.190.5714519.7835.69
Hex496D582101339911424
Octal11115513041023712212444
Binary1001001110110110110001000010100111110011001000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496D58; }

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

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

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

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

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

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

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

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