#50885B

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

Shades of Como #50885B

Tints of Como #50885B

Color information

#50885B (or 0x50885B) is unknown color: approx Como. HEX triplet: 50, 88 and 5B. RGB value is (80,136,91). Sum of RGB (Red+Green+Blue) = 80+136+91=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #50885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50885B is #AF77A4. Grayscale: #727272. Windows color (decimal): -11499429 or 5998672. OLE color: 5998672.

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

Color convert

RGB8013691-
CMYK0.4100.330.47
HSL131.79º25.93%42.35%-
HSV(B)131.79º41.18%53.33%-
XYZ1420.0713.03-
YUV114.13114.95103.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=26.06%
G=44.30%
B=29.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136910.4100.330.47131.7925.9342.35
Hex50885B290212F841a2a
Octal12021013351041572043252
Binary101000010001000101101110100101000011011111000010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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