#49645D

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

Shades of Stromboli #49645D

Tints of Stromboli #49645D

Color information

#49645D (or 0x49645D) is unknown color: approx Stromboli. HEX triplet: 49, 64 and 5D. RGB value is (73,100,93). Sum of RGB (Red+Green+Blue) = 73+100+93=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 100 - color contains mainly: green. Hex color #49645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49645D is #B69BA2. Grayscale: #5B5B5B. Windows color (decimal): -11967395 or 6120521. OLE color: 6120521.

HSL color Cylindrical-coordinate representation of color #49645D: hue angle of 164.44º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #49645D is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB7310093-
CMYK0.2700.070.61
HSL164.44º15.61%33.92%-
HSV(B)164.44º27%39.22%-
XYZ9.2811.3212.05-
YUV91.13129.05115.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 100 (39.45% from 255) = 37.59%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=27.44%
G=37.59%
B=34.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100930.2700.070.61164.4415.6133.92
Hex49645D1B073Da41022
Octal1111441353307752442042
Binary1001001110010010111011101101111111011010010010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49645D; }

 p { color: rgb(73,100,93); }

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

<style>
 a { background-color: #49645D; }

 a { background-color: rgb(73,100,93); }

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

<style>
 span { border-color: #49645D; }

 span { border-color: rgb(73,100,93); }

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