#50885F

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

Shades of Como #50885F

Tints of Como #50885F

Color information

#50885F (or 0x50885F) is unknown color: approx Como. HEX triplet: 50, 88 and 5F. RGB value is (80,136,95). Sum of RGB (Red+Green+Blue) = 80+136+95=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #50885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50885F is #AF77A0. Grayscale: #727272. Windows color (decimal): -11499425 or 6260816. OLE color: 6260816.

HSL color Cylindrical-coordinate representation of color #50885F: hue angle of 136.07º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50885F is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB8013695-
CMYK0.4100.300.47
HSL136.07º25.93%42.35%-
HSV(B)136.07º41.18%53.33%-
XYZ14.1820.1413.97-
YUV114.58116.95103.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=25.72%
G=43.73%
B=30.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136950.4100.300.47136.0725.9342.35
Hex50885F2901E2F881a2a
Octal12021013751036572103252
Binary10100001000100010111111010010111101011111000100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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