#49635A

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

Shades of Stromboli #49635A

Tints of Stromboli #49635A

Color information

#49635A (or 0x49635A) is unknown color: approx Stromboli. HEX triplet: 49, 63 and 5A. RGB value is (73,99,90). Sum of RGB (Red+Green+Blue) = 73+99+90=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #49635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49635A is #B69CA5. Grayscale: #5A5A5A. Windows color (decimal): -11967654 or 5923657. OLE color: 5923657.

HSL color Cylindrical-coordinate representation of color #49635A: hue angle of 159.23º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49635A is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB739990-
CMYK0.2600.090.61
HSL159.23º15.12%33.73%-
HSV(B)159.23º26.26%38.82%-
XYZ9.0511.0811.33-
YUV90.2127.89115.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=27.86%
G=37.79%
B=34.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399900.2600.090.61159.2315.1233.73
Hex49635A1A093D9ff22
Octal11114313232011752371742
Binary1001001110001110110101101001001111101100111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49635A; }

 p { color: rgb(73,99,90); }

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

<style>
 a { background-color: #49635A; }

 a { background-color: rgb(73,99,90); }

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

<style>
 span { border-color: #49635A; }

 span { border-color: rgb(73,99,90); }

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