#49655B

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

Shades of Stromboli #49655B

Tints of Stromboli #49655B

Color information

#49655B (or 0x49655B) is unknown color: approx Stromboli. HEX triplet: 49, 65 and 5B. RGB value is (73,101,91). Sum of RGB (Red+Green+Blue) = 73+101+91=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 101 - color contains mainly: green. Hex color #49655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49655B is #B69AA4. Grayscale: #5B5B5B. Windows color (decimal): -11967141 or 5989705. OLE color: 5989705.

HSL color Cylindrical-coordinate representation of color #49655B: hue angle of 158.57º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49655B is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB7310191-
CMYK0.2800.100.60
HSL158.57º16.09%34.12%-
HSV(B)158.57º27.72%39.61%-
XYZ9.2911.4811.62-
YUV91.49127.72114.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=27.55%
G=38.11%
B=34.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101910.2800.100.60158.5716.0934.12
Hex49655B1C0A3C9f1022
Octal11114513334012742372042
Binary10010011100101101101111100010101111001001111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49655B; }

 p { color: rgb(73,101,91); }

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

<style>
 a { background-color: #49655B; }

 a { background-color: rgb(73,101,91); }

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

<style>
 span { border-color: #49655B; }

 span { border-color: rgb(73,101,91); }

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