#50745C

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

Shades of Como #50745C

Tints of Como #50745C

Color information

#50745C (or 0x50745C) is unknown color: approx Como. HEX triplet: 50, 74 and 5C. RGB value is (80,116,92). Sum of RGB (Red+Green+Blue) = 80+116+92=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #50745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50745C is #AF8BA3. Grayscale: #666666. Windows color (decimal): -11504548 or 6059088. OLE color: 6059088.

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

Color convert

RGB8011692-
CMYK0.3100.210.55
HSL140º18.37%38.43%-
HSV(B)140º31.03%45.49%-
XYZ11.4914.9712.41-
YUV102.5122.07111.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=27.78%
G=40.28%
B=31.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116920.3100.210.5514018.3738.43
Hex50745C1F015378c1226
Octal12016413437025672142246
Binary101000011101001011100111110101011101111000110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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