#49875B

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

Shades of Como #49875B

Tints of Como #49875B

Color information

#49875B (or 0x49875B) is unknown color: approx Como. HEX triplet: 49, 87 and 5B. RGB value is (73,135,91). Sum of RGB (Red+Green+Blue) = 73+135+91=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #49875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49875B is #B678A4. Grayscale: #6F6F6F. Windows color (decimal): -11958437 or 5998409. OLE color: 5998409.

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

Color convert

RGB7313591-
CMYK0.4600.330.47
HSL137.42º29.81%40.78%-
HSV(B)137.42º45.93%52.94%-
XYZ13.319.512.96-
YUV111.45116.46100.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 135 (53.12% from 255) = 45.15%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=24.41%
G=45.15%
B=30.43%

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
Decimal73135910.4600.330.47137.4229.8140.78
Hex49875B2E0212F891e29
Octal11120713356041572113651
Binary100100110000111101101110111001000011011111000100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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