#49745B

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

Shades of Como #49745B

Tints of Como #49745B

Color information

#49745B (or 0x49745B) is unknown color: approx Como. HEX triplet: 49, 74 and 5B. RGB value is (73,116,91). Sum of RGB (Red+Green+Blue) = 73+116+91=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #49745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49745B is #B68BA4. Grayscale: #646464. Windows color (decimal): -11963301 or 5993545. OLE color: 5993545.

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

Color convert

RGB7311691-
CMYK0.3700.220.55
HSL145.12º22.75%37.06%-
HSV(B)145.12º37.07%45.49%-
XYZ10.8814.6612.15-
YUV100.29122.75108.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 116 (45.70% from 255) = 41.43%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=26.07%
G=41.43%
B=32.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116910.3700.220.55145.1222.7537.06
Hex49745B2501637911725
Octal11116413345026672212745
Binary1001001111010010110111001010101101101111001000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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