#49755D

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

Shades of Como #49755D

Tints of Como #49755D

Color information

#49755D (or 0x49755D) is unknown color: approx Como. HEX triplet: 49, 75 and 5D. RGB value is (73,117,93). Sum of RGB (Red+Green+Blue) = 73+117+93=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #49755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49755D is #B68AA2. Grayscale: #656565. Windows color (decimal): -11963043 or 6124873. OLE color: 6124873.

HSL color Cylindrical-coordinate representation of color #49755D: hue angle of 147.27º 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 #49755D is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB7311793-
CMYK0.3800.210.54
HSL147.27º23.16%37.25%-
HSV(B)147.27º37.61%45.88%-
XYZ11.0814.9312.65-
YUV101.11123.42107.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 117 (46.09% from 255) = 41.34%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=25.80%
G=41.34%
B=32.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117930.3800.210.54147.2723.1637.25
Hex49755D2601536931725
Octal11116513546025662232745
Binary1001001111010110111011001100101011101101001001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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