#49875C

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

Shades of Como #49875C

Tints of Como #49875C

Color information

#49875C (or 0x49875C) is unknown color: approx Como. HEX triplet: 49, 87 and 5C. RGB value is (73,135,92). Sum of RGB (Red+Green+Blue) = 73+135+92=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #49875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49875C is #B678A3. Grayscale: #6F6F6F. Windows color (decimal): -11958436 or 6063945. OLE color: 6063945.

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

Color convert

RGB7313592-
CMYK0.4600.320.47
HSL138.39º29.81%40.78%-
HSV(B)138.39º45.93%52.94%-
XYZ13.3419.5213.19-
YUV111.56116.96100.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 92 (36.33% from 255) = 30.67%
R=24.33%
G=45%
B=30.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73135920.4600.320.47138.3929.8140.78
Hex49875C2E0202F8a1e29
Octal11120713456040572123651
Binary100100110000111101110010111001000001011111000101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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