#49875A

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

Shades of Como #49875A

Tints of Como #49875A

Color information

#49875A (or 0x49875A) is unknown color: approx Como. HEX triplet: 49, 87 and 5A. RGB value is (73,135,90). Sum of RGB (Red+Green+Blue) = 73+135+90=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #49875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49875A is #B678A5. Grayscale: #6F6F6F. Windows color (decimal): -11958438 or 5932873. OLE color: 5932873.

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

Color convert

RGB7313590-
CMYK0.4600.330.47
HSL136.45º29.81%40.78%-
HSV(B)136.45º45.93%52.94%-
XYZ13.2619.4812.73-
YUV111.33115.96100.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=24.50%
G=45.30%
B=30.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73135900.4600.330.47136.4529.8140.78
Hex49875A2E0212F881e29
Octal11120713256041572103651
Binary100100110000111101101010111001000011011111000100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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