#539F50

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

Shades of Fruit Salad #539F50

Tints of Fruit Salad #539F50

Color information

#539F50 (or 0x539F50) is unknown color: approx Fruit Salad. HEX triplet: 53, 9F and 50. RGB value is (83,159,80). Sum of RGB (Red+Green+Blue) = 83+159+80=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #539F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F50 is #AC60AF. Grayscale: #7F7F7F. Windows color (decimal): -11296944 or 5283667. OLE color: 5283667.

HSL color Cylindrical-coordinate representation of color #539F50: hue angle of 117.72º 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 #539F50 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB8315980-
CMYK0.4800.500.38
HSL117.72º33.05%46.86%-
HSV(B)117.72º49.69%62.35%-
XYZ17.4127.2111.92-
YUV127.27101.3296.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 159 (62.5% from 255) = 49.38%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=25.78%
G=49.38%
B=24.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83159800.4800.500.38117.7233.0546.86
Hex539F50300322676212f
Octal12323712060062461664157
Binary101001110011111101000011000001100101001101110110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539F50; }

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

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

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

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

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

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

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

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