#49695E

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

Shades of Stromboli #49695E

Tints of Stromboli #49695E

Color information

#49695E (or 0x49695E) is unknown color: approx Stromboli. HEX triplet: 49, 69 and 5E. RGB value is (73,105,94). Sum of RGB (Red+Green+Blue) = 73+105+94=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #49695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49695E is #B696A1. Grayscale: #5E5E5E. Windows color (decimal): -11966114 or 6187337. OLE color: 6187337.

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

Color convert

RGB7310594-
CMYK0.3000.100.59
HSL159.38º17.98%34.9%-
HSV(B)159.38º30.48%41.18%-
XYZ9.8212.3312.45-
YUV94.18127.9112.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=26.84%
G=38.60%
B=34.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105940.3000.100.59159.3817.9834.9
Hex49695E1E0A3B9f1223
Octal11115113636012732372243
Binary10010011101001101111011110010101110111001111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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