#49875F

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

Shades of Como #49875F

Tints of Como #49875F

Color information

#49875F (or 0x49875F) is unknown color: approx Como. HEX triplet: 49, 87 and 5F. RGB value is (73,135,95). Sum of RGB (Red+Green+Blue) = 73+135+95=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #49875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49875F is #B678A0. Grayscale: #6F6F6F. Windows color (decimal): -11958433 or 6260553. OLE color: 6260553.

HSL color Cylindrical-coordinate representation of color #49875F: hue angle of 141.29º 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 #49875F is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB7313595-
CMYK0.4600.300.47
HSL141.29º29.81%40.78%-
HSV(B)141.29º45.93%52.94%-
XYZ13.4819.5713.89-
YUV111.9118.46100.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=24.09%
G=44.55%
B=31.35%

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
Decimal73135950.4600.300.47141.2929.8140.78
Hex49875F2E01E2F8d1e29
Octal11120713756036572153651
Binary10010011000011110111111011100111101011111000110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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