#509D52

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

Shades of Fruit Salad #509D52

Tints of Fruit Salad #509D52

Color information

#509D52 (or 0x509D52) is unknown color: approx Fruit Salad. HEX triplet: 50, 9D and 52. RGB value is (80,157,82). Sum of RGB (Red+Green+Blue) = 80+157+82=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #509D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D52 is #AF62AD. Grayscale: #7D7D7D. Windows color (decimal): -11494062 or 5414224. OLE color: 5414224.

HSL color Cylindrical-coordinate representation of color #509D52: hue angle of 121.56º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D52 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB8015782-
CMYK0.4900.480.38
HSL121.56º32.49%46.47%-
HSV(B)121.56º49.04%61.57%-
XYZ16.8926.4312.19-
YUV125.43103.4995.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 157 (61.72% from 255) = 49.22%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=25.08%
G=49.22%
B=25.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80157820.4900.480.38121.5632.4946.47
Hex509D5231030267a202e
Octal12023512261060461724056
Binary101000010011101101001011000101100001001101111010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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