#49875E

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

Shades of Como #49875E

Tints of Como #49875E

Color information

#49875E (or 0x49875E) is unknown color: approx Como. HEX triplet: 49, 87 and 5E. RGB value is (73,135,94). Sum of RGB (Red+Green+Blue) = 73+135+94=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #49875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49875E is #B678A1. Grayscale: #6F6F6F. Windows color (decimal): -11958434 or 6195017. OLE color: 6195017.

HSL color Cylindrical-coordinate representation of color #49875E: hue angle of 140.32º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49875E is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB7313594-
CMYK0.4600.300.47
HSL140.32º29.81%40.78%-
HSV(B)140.32º45.93%52.94%-
XYZ13.4319.5513.66-
YUV111.79117.96100.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=24.17%
G=44.70%
B=31.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73135940.4600.300.47140.3229.8140.78
Hex49875E2E01E2F8c1e29
Octal11120713656036572143651
Binary10010011000011110111101011100111101011111000110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49875E; }

 p { color: rgb(73,135,94); }

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

<style>
 a { background-color: #49875E; }

 a { background-color: rgb(73,135,94); }

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

<style>
 span { border-color: #49875E; }

 span { border-color: rgb(73,135,94); }

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