#50845F

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

Shades of Como #50845F

Tints of Como #50845F

Color information

#50845F (or 0x50845F) is unknown color: approx Como. HEX triplet: 50, 84 and 5F. RGB value is (80,132,95). Sum of RGB (Red+Green+Blue) = 80+132+95=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #50845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50845F is #AF7BA0. Grayscale: #707070. Windows color (decimal): -11500449 or 6259792. OLE color: 6259792.

HSL color Cylindrical-coordinate representation of color #50845F: hue angle of 137.31º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50845F is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB8013295-
CMYK0.3900.280.48
HSL137.31º24.53%41.57%-
HSV(B)137.31º39.39%51.76%-
XYZ13.6319.0313.78-
YUV112.23118.27105.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=26.06%
G=43.00%
B=30.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132950.3900.280.48137.3124.5341.57
Hex50845F2701C3089192a
Octal12020413747034602113152
Binary10100001000010010111111001110111001100001000100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,132,95); }

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

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

 a { background-color: rgb(80,132,95); }

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

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

 span { border-color: rgb(80,132,95); }

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