#496C59

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

Shades of Como #496C59

Tints of Como #496C59

Color information

#496C59 (or 0x496C59) is unknown color: approx Como. HEX triplet: 49, 6C and 59. RGB value is (73,108,89). Sum of RGB (Red+Green+Blue) = 73+108+89=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 108 - color contains mainly: green. Hex color #496C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C59 is #B693A6. Grayscale: #5F5F5F. Windows color (decimal): -11965351 or 5860425. OLE color: 5860425.

HSL color Cylindrical-coordinate representation of color #496C59: hue angle of 147.43º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496C59 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB7310889-
CMYK0.3200.180.58
HSL147.43º19.34%35.49%-
HSV(B)147.43º32.41%42.35%-
XYZ9.9112.8611.41-
YUV95.37124.4112.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 108 (42.58% from 255) = 40%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=27.04%
G=40%
B=32.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73108890.3200.180.58147.4319.3435.49
Hex496C59200123A931323
Octal11115413140022722232343
Binary1001001110110010110011000000100101110101001001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,108,89); }

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

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

 a { background-color: rgb(73,108,89); }

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

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

 span { border-color: rgb(73,108,89); }

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