#496F60

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

Shades of Stromboli #496F60

Tints of Stromboli #496F60

Color information

#496F60 (or 0x496F60) is unknown color: approx Stromboli. HEX triplet: 49, 6F and 60. RGB value is (73,111,96). Sum of RGB (Red+Green+Blue) = 73+111+96=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 111 - color contains mainly: green. Hex color #496F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F60 is #B6909F. Grayscale: #616161. Windows color (decimal): -11964576 or 6319945. OLE color: 6319945.

HSL color Cylindrical-coordinate representation of color #496F60: hue angle of 156.32º 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 #496F60 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB7311196-
CMYK0.3400.140.56
HSL156.32º20.65%36.08%-
HSV(B)156.32º34.23%43.53%-
XYZ10.5413.6313.14-
YUV97.93126.91110.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 111 (43.75% from 255) = 39.64%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=26.07%
G=39.64%
B=34.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111960.3400.140.56156.3220.6536.08
Hex496F60220E389c1524
Octal11115714042016702342544
Binary100100111011111100000100010011101110001001110010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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