#496F5C

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

Shades of Como #496F5C

Tints of Como #496F5C

Color information

#496F5C (or 0x496F5C) is unknown color: approx Como. HEX triplet: 49, 6F and 5C. RGB value is (73,111,92). Sum of RGB (Red+Green+Blue) = 73+111+92=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #496F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F5C is #B690A3. Grayscale: #616161. Windows color (decimal): -11964580 or 6057801. OLE color: 6057801.

HSL color Cylindrical-coordinate representation of color #496F5C: hue angle of 150º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496F5C is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB7311192-
CMYK0.3400.170.56
HSL150º20.65%36.08%-
HSV(B)150º34.23%43.53%-
XYZ10.3613.5612.2-
YUV97.47124.91110.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=26.45%
G=40.22%
B=33.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111920.3400.170.5615020.6536.08
Hex496F5C2201138961524
Octal11115713442021702262544
Binary1001001110111110111001000100100011110001001011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,111,92); }

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

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

 a { background-color: rgb(73,111,92); }

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

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

 span { border-color: rgb(73,111,92); }

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