#49685E

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

Shades of Stromboli #49685E

Tints of Stromboli #49685E

Color information

#49685E (or 0x49685E) is unknown color: approx Stromboli. HEX triplet: 49, 68 and 5E. RGB value is (73,104,94). Sum of RGB (Red+Green+Blue) = 73+104+94=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #49685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49685E is #B697A1. Grayscale: #5D5D5D. Windows color (decimal): -11966370 or 6187081. OLE color: 6187081.

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

Color convert

RGB7310494-
CMYK0.3000.100.59
HSL160.65º17.51%34.71%-
HSV(B)160.65º29.81%40.78%-
XYZ9.7212.1312.42-
YUV93.59128.23113.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=26.94%
G=38.38%
B=34.69%

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
Decimal73104940.3000.100.59160.6517.5134.71
Hex49685E1E0A3Ba11223
Octal11115013636012732412243
Binary10010011101000101111011110010101110111010000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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