#49725D

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

Shades of Como #49725D

Tints of Como #49725D

Color information

#49725D (or 0x49725D) is unknown color: approx Como. HEX triplet: 49, 72 and 5D. RGB value is (73,114,93). Sum of RGB (Red+Green+Blue) = 73+114+93=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #49725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49725D is #B68DA2. Grayscale: #636363. Windows color (decimal): -11963811 or 6124105. OLE color: 6124105.

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

Color convert

RGB7311493-
CMYK0.3600.180.55
HSL149.27º21.93%36.67%-
HSV(B)149.27º35.96%44.71%-
XYZ10.7414.2412.54-
YUV99.35124.42109.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=26.07%
G=40.71%
B=33.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114930.3600.180.55149.2721.9336.67
Hex49725D2401237951625
Octal11116213544022672252645
Binary1001001111001010111011001000100101101111001010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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