#50924D

Color #50924D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #50924D

Tints of Fruit Salad #50924D

Color information

#50924D (or 0x50924D) is unknown color: approx Fruit Salad. HEX triplet: 50, 92 and 4D. RGB value is (80,146,77). Sum of RGB (Red+Green+Blue) = 80+146+77=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #50924D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50924D is #AF6DB2. Grayscale: #767676. Windows color (decimal): -11496883 or 5083728. OLE color: 5083728.

HSL color Cylindrical-coordinate representation of color #50924D: hue angle of 117.39º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50924D is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB8014677-
CMYK0.4500.470.43
HSL117.39º30.94%43.73%-
HSV(B)117.39º47.26%57.25%-
XYZ14.9322.810.64-
YUV118.4104.63100.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 146 (57.42% from 255) = 48.18%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=26.40%
G=48.18%
B=25.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146770.4500.470.43117.3930.9443.73
Hex50924D2D02F2B751f2c
Octal12022211555057531653754
Binary10100001001001010011011011010101111101011111010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50924D; }

 p { color: rgb(80,146,77); }

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

<style>
 a { background-color: #50924D; }

 a { background-color: rgb(80,146,77); }

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

<style>
 span { border-color: #50924D; }

 span { border-color: rgb(80,146,77); }

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