#49685D

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

Shades of Stromboli #49685D

Tints of Stromboli #49685D

Color information

#49685D (or 0x49685D) is unknown color: approx Stromboli. HEX triplet: 49, 68 and 5D. RGB value is (73,104,93). Sum of RGB (Red+Green+Blue) = 73+104+93=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #49685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49685D is #B697A2. Grayscale: #5D5D5D. Windows color (decimal): -11966371 or 6121545. OLE color: 6121545.

HSL color Cylindrical-coordinate representation of color #49685D: hue angle of 158.71º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49685D is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB7310493-
CMYK0.3000.110.59
HSL158.71º17.51%34.71%-
HSV(B)158.71º29.81%40.78%-
XYZ9.6712.1112.18-
YUV93.48127.73113.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=27.04%
G=38.52%
B=34.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104930.3000.110.59158.7117.5134.71
Hex49685D1E0B3B9f1223
Octal11115013536013732372243
Binary10010011101000101110111110010111110111001111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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