#49685F

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

Shades of Stromboli #49685F

Tints of Stromboli #49685F

Color information

#49685F (or 0x49685F) is unknown color: approx Stromboli. HEX triplet: 49, 68 and 5F. RGB value is (73,104,95). Sum of RGB (Red+Green+Blue) = 73+104+95=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #49685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49685F is #B697A0. Grayscale: #5D5D5D. Windows color (decimal): -11966369 or 6252617. OLE color: 6252617.

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

Color convert

RGB7310495-
CMYK0.3000.090.59
HSL162.58º17.51%34.71%-
HSV(B)162.58º29.81%40.78%-
XYZ9.7612.1412.66-
YUV93.7128.73113.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=26.84%
G=38.24%
B=34.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104950.3000.090.59162.5817.5134.71
Hex49685F1E093Ba31223
Octal11115013736011732432243
Binary10010011101000101111111110010011110111010001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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