#509751

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

Shades of Fruit Salad #509751

Tints of Fruit Salad #509751

Color information

#509751 (or 0x509751) is unknown color: approx Fruit Salad. HEX triplet: 50, 97 and 51. RGB value is (80,151,81). Sum of RGB (Red+Green+Blue) = 80+151+81=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #509751 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509751 is #AF68AE. Grayscale: #797979. Windows color (decimal): -11495599 or 5347152. OLE color: 5347152.

HSL color Cylindrical-coordinate representation of color #509751: hue angle of 120.85º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509751 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB8015181-
CMYK0.4700.460.41
HSL120.85º30.74%45.29%-
HSV(B)120.85º47.02%59.22%-
XYZ15.8624.4311.66-
YUV121.79104.9898.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 151 (59.38% from 255) = 48.40%
BLUE value IS 81 (32.03% from 255) = 25.96%
R=25.64%
G=48.40%
B=25.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80151810.4700.460.41120.8530.7445.29
Hex5097512F02E29791f2d
Octal12022712157056511713755
Binary10100001001011110100011011110101110101001111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509751; }

 p { color: rgb(80,151,81); }

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

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

 a { background-color: rgb(80,151,81); }

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

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

 span { border-color: rgb(80,151,81); }

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