#49615B

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

Shades of Stromboli #49615B

Tints of Stromboli #49615B

Color information

#49615B (or 0x49615B) is unknown color: approx Stromboli. HEX triplet: 49, 61 and 5B. RGB value is (73,97,91). Sum of RGB (Red+Green+Blue) = 73+97+91=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #49615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49615B is #B69EA4. Grayscale: #595959. Windows color (decimal): -11968165 or 5988681. OLE color: 5988681.

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

Color convert

RGB739791-
CMYK0.2500.060.62
HSL165º14.12%33.33%-
HSV(B)165º24.74%38.04%-
XYZ8.9110.7211.5-
YUV89.14129.05116.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=27.97%
G=37.16%
B=34.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397910.2500.060.6216514.1233.33
Hex49615B19063Ea5e21
Octal1111411333106762451641
Binary100100111000011011011110010110111110101001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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