#509F52

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

Shades of Fruit Salad #509F52

Tints of Fruit Salad #509F52

Color information

#509F52 (or 0x509F52) is unknown color: approx Fruit Salad. HEX triplet: 50, 9F and 52. RGB value is (80,159,82). Sum of RGB (Red+Green+Blue) = 80+159+82=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #509F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F52 is #AF60AD. Grayscale: #7E7E7E. Windows color (decimal): -11493550 or 5414736. OLE color: 5414736.

HSL color Cylindrical-coordinate representation of color #509F52: hue angle of 121.52º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F52 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB8015982-
CMYK0.5000.480.38
HSL121.52º33.05%46.86%-
HSV(B)121.52º49.69%62.35%-
XYZ17.2327.1112.31-
YUV126.6102.8394.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 159 (62.5% from 255) = 49.53%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=24.92%
G=49.53%
B=25.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80159820.5000.480.38121.5233.0546.86
Hex509F5232030267a212f
Octal12023712262060461724157
Binary101000010011111101001011001001100001001101111010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509F52; }

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

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

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

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

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

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

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

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