#49755B

Color #49755B Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #49755B

Tints of Como #49755B

Color information

#49755B (or 0x49755B) is unknown color: approx Como. HEX triplet: 49, 75 and 5B. RGB value is (73,117,91). Sum of RGB (Red+Green+Blue) = 73+117+91=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #49755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49755B is #B68AA4. Grayscale: #646464. Windows color (decimal): -11963045 or 5993801. OLE color: 5993801.

HSL color Cylindrical-coordinate representation of color #49755B: hue angle of 144.55º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49755B is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB7311791-
CMYK0.3800.220.54
HSL144.55º23.16%37.25%-
HSV(B)144.55º37.61%45.88%-
XYZ1114.8912.19-
YUV100.88122.42108.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=25.98%
G=41.64%
B=32.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117910.3800.220.54144.5523.1637.25
Hex49755B2601636911725
Octal11116513346026662212745
Binary1001001111010110110111001100101101101101001000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49755B; }

 p { color: rgb(73,117,91); }

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

<style>
 a { background-color: #49755B; }

 a { background-color: rgb(73,117,91); }

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

<style>
 span { border-color: #49755B; }

 span { border-color: rgb(73,117,91); }

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