#49655E

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

Shades of Stromboli #49655E

Tints of Stromboli #49655E

Color information

#49655E (or 0x49655E) is unknown color: approx Stromboli. HEX triplet: 49, 65 and 5E. RGB value is (73,101,94). Sum of RGB (Red+Green+Blue) = 73+101+94=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #49655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49655E is #B69AA1. Grayscale: #5B5B5B. Windows color (decimal): -11967138 or 6186313. OLE color: 6186313.

HSL color Cylindrical-coordinate representation of color #49655E: hue angle of 165º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49655E is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB7310194-
CMYK0.2800.070.60
HSL165º16.09%34.12%-
HSV(B)165º27.72%39.61%-
XYZ9.4211.5312.32-
YUV91.83129.22114.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=27.24%
G=37.69%
B=35.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101940.2800.070.6016516.0934.12
Hex49655E1C073Ca51022
Octal1111451363407742452042
Binary1001001110010110111101110001111111001010010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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