#50924B

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

Shades of Fruit Salad #50924B

Tints of Fruit Salad #50924B

Color information

#50924B (or 0x50924B) is unknown color: approx Fruit Salad. HEX triplet: 50, 92 and 4B. RGB value is (80,146,75). Sum of RGB (Red+Green+Blue) = 80+146+75=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #50924B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50924B is #AF6DB4. Grayscale: #767676. Windows color (decimal): -11496885 or 4952656. OLE color: 4952656.

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

Color convert

RGB8014675-
CMYK0.4500.490.43
HSL115.77º32.13%43.33%-
HSV(B)115.77º48.63%57.25%-
XYZ14.8622.7710.27-
YUV118.17103.63100.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 146 (57.42% from 255) = 48.50%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=26.58%
G=48.50%
B=24.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146750.4500.490.43115.7732.1343.33
Hex50924B2D0312B74202b
Octal12022211355061531644053
Binary101000010010010100101110110101100011010111110100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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