#509F3C

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

Shades of Fruit Salad #509F3C

Tints of Fruit Salad #509F3C

Color information

#509F3C (or 0x509F3C) is unknown color: approx Fruit Salad. HEX triplet: 50, 9F and 3C. RGB value is (80,159,60). Sum of RGB (Red+Green+Blue) = 80+159+60=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #509F3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509F3C is #AF60C3. Grayscale: #7C7C7C. Windows color (decimal): -11493572 or 3972944. OLE color: 3972944.

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

Color convert

RGB8015960-
CMYK0.5000.620.38
HSL107.88º45.21%42.94%-
HSV(B)107.88º62.26%62.35%-
XYZ16.5226.838.58-
YUV124.0991.8396.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 159 (62.5% from 255) = 53.18%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=26.76%
G=53.18%
B=20.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80159600.5000.620.38107.8845.2142.94
Hex509F3C3203E266c2d2b
Octal1202377462076461545553
Binary10100001001111111110011001001111101001101101100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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