#509752

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

Shades of Fruit Salad #509752

Tints of Fruit Salad #509752

Color information

#509752 (or 0x509752) is unknown color: approx Fruit Salad. HEX triplet: 50, 97 and 52. RGB value is (80,151,82). Sum of RGB (Red+Green+Blue) = 80+151+82=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #509752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509752 is #AF68AD. Grayscale: #7A7A7A. Windows color (decimal): -11495598 or 5412688. OLE color: 5412688.

HSL color Cylindrical-coordinate representation of color #509752: hue angle of 121.69º 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 #509752 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB8015182-
CMYK0.4700.460.41
HSL121.69º30.74%45.29%-
HSV(B)121.69º47.02%59.22%-
XYZ15.924.4511.86-
YUV121.9105.4898.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 151 (59.38% from 255) = 48.24%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=25.56%
G=48.24%
B=26.20%

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
Decimal80151820.4700.460.41121.6930.7445.29
Hex5097522F02E297a1f2d
Octal12022712257056511723755
Binary10100001001011110100101011110101110101001111101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509752; }

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

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

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

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

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

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

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

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