#50785B

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

Shades of Como #50785B

Tints of Como #50785B

Color information

#50785B (or 0x50785B) is unknown color: approx Como. HEX triplet: 50, 78 and 5B. RGB value is (80,120,91). Sum of RGB (Red+Green+Blue) = 80+120+91=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #50785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50785B is #AF87A4. Grayscale: #686868. Windows color (decimal): -11503525 or 5994576. OLE color: 5994576.

HSL color Cylindrical-coordinate representation of color #50785B: hue angle of 136.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #50785B is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB8012091-
CMYK0.3300.240.53
HSL136.5º20%39.22%-
HSV(B)136.5º33.33%47.06%-
XYZ11.9115.8912.34-
YUV104.73120.25110.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 120 (47.27% from 255) = 41.24%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=27.49%
G=41.24%
B=31.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120910.3300.240.53136.52039.22
Hex50785B2101835881427
Octal12017013341030652102447
Binary1010000111100010110111000010110001101011000100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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