#49605A

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

Shades of Stromboli #49605A

Tints of Stromboli #49605A

Color information

#49605A (or 0x49605A) is unknown color: approx Stromboli. HEX triplet: 49, 60 and 5A. RGB value is (73,96,90). Sum of RGB (Red+Green+Blue) = 73+96+90=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #49605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49605A is #B69FA5. Grayscale: #585858. Windows color (decimal): -11968422 or 5922889. OLE color: 5922889.

HSL color Cylindrical-coordinate representation of color #49605A: hue angle of 164.35º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49605A is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB739690-
CMYK0.2400.060.62
HSL164.35º13.61%33.14%-
HSV(B)164.35º23.96%37.65%-
XYZ8.7810.5211.24-
YUV88.44128.88116.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=28.19%
G=37.07%
B=34.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396900.2400.060.62164.3513.6133.14
Hex49605A18063Ea4e21
Octal1111401323006762441641
Binary100100111000001011010110000110111110101001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49605A; }

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

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

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

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

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

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

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

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