#49695D

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

Shades of Stromboli #49695D

Tints of Stromboli #49695D

Color information

#49695D (or 0x49695D) is unknown color: approx Stromboli. HEX triplet: 49, 69 and 5D. RGB value is (73,105,93). Sum of RGB (Red+Green+Blue) = 73+105+93=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #49695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49695D is #B696A2. Grayscale: #5E5E5E. Windows color (decimal): -11966115 or 6121801. OLE color: 6121801.

HSL color Cylindrical-coordinate representation of color #49695D: hue angle of 157.5º 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 #49695D is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB7310593-
CMYK0.3000.110.59
HSL157.5º17.98%34.9%-
HSV(B)157.5º30.48%41.18%-
XYZ9.7812.3112.22-
YUV94.06127.4112.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 105 (41.41% from 255) = 38.75%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=26.94%
G=38.75%
B=34.32%

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
Decimal73105930.3000.110.59157.517.9834.9
Hex49695D1E0B3B9e1223
Octal11115113536013732362243
Binary10010011101001101110111110010111110111001111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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