#50735C

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

Shades of Como #50735C

Tints of Como #50735C

Color information

#50735C (or 0x50735C) is unknown color: approx Como. HEX triplet: 50, 73 and 5C. RGB value is (80,115,92). Sum of RGB (Red+Green+Blue) = 80+115+92=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #50735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50735C is #AF8CA3. Grayscale: #656565. Windows color (decimal): -11504804 or 6058832. OLE color: 6058832.

HSL color Cylindrical-coordinate representation of color #50735C: hue angle of 140.57º 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 #50735C is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB8011592-
CMYK0.3000.200.55
HSL140.57º17.95%38.24%-
HSV(B)140.57º30.43%45.1%-
XYZ11.3714.7412.37-
YUV101.91122.4112.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=27.87%
G=40.07%
B=32.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115920.3000.200.55140.5717.9538.24
Hex50735C1E014378d1226
Octal12016313436024672152246
Binary101000011100111011100111100101001101111000110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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