#49745D

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

Shades of Como #49745D

Tints of Como #49745D

Color information

#49745D (or 0x49745D) is unknown color: approx Como. HEX triplet: 49, 74 and 5D. RGB value is (73,116,93). Sum of RGB (Red+Green+Blue) = 73+116+93=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #49745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49745D is #B68BA2. Grayscale: #646464. Windows color (decimal): -11963299 or 6124617. OLE color: 6124617.

HSL color Cylindrical-coordinate representation of color #49745D: hue angle of 147.91º 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 #49745D is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB7311693-
CMYK0.3700.200.55
HSL147.91º22.75%37.06%-
HSV(B)147.91º37.07%45.49%-
XYZ10.9714.712.61-
YUV100.52123.75108.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=25.89%
G=41.13%
B=32.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116930.3700.200.55147.9122.7537.06
Hex49745D2501437941725
Octal11116413545024672242745
Binary1001001111010010111011001010101001101111001010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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