#49615C

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

Shades of Stromboli #49615C

Tints of Stromboli #49615C

Color information

#49615C (or 0x49615C) is unknown color: approx Stromboli. HEX triplet: 49, 61 and 5C. RGB value is (73,97,92). Sum of RGB (Red+Green+Blue) = 73+97+92=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #49615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49615C is #B69EA3. Grayscale: #595959. Windows color (decimal): -11968164 or 6054217. OLE color: 6054217.

HSL color Cylindrical-coordinate representation of color #49615C: hue angle of 167.5º 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 #49615C is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB739792-
CMYK0.2500.050.62
HSL167.5º14.12%33.33%-
HSV(B)167.5º24.74%38.04%-
XYZ8.9510.7411.73-
YUV89.25129.55116.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=27.86%
G=37.02%
B=35.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397920.2500.050.62167.514.1233.33
Hex49615C19053Ea8e21
Octal1111411343105762501641
Binary100100111000011011100110010101111110101010001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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