#50735B

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

Shades of Como #50735B

Tints of Como #50735B

Color information

#50735B (or 0x50735B) is unknown color: approx Como. HEX triplet: 50, 73 and 5B. RGB value is (80,115,91). Sum of RGB (Red+Green+Blue) = 80+115+91=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #50735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50735B is #AF8CA4. Grayscale: #656565. Windows color (decimal): -11504805 or 5993296. OLE color: 5993296.

HSL color Cylindrical-coordinate representation of color #50735B: hue angle of 138.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50735B is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB8011591-
CMYK0.3000.210.55
HSL138.86º17.95%38.24%-
HSV(B)138.86º30.43%45.1%-
XYZ11.3314.7212.14-
YUV101.8121.9112.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=27.97%
G=40.21%
B=31.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115910.3000.210.55138.8617.9538.24
Hex50735B1E015378b1226
Octal12016313336025672132246
Binary101000011100111011011111100101011101111000101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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