#539F59

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

Shades of Fruit Salad #539F59

Tints of Fruit Salad #539F59

Color information

#539F59 (or 0x539F59) is unknown color: approx Fruit Salad. HEX triplet: 53, 9F and 59. RGB value is (83,159,89). Sum of RGB (Red+Green+Blue) = 83+159+89=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #539F59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F59 is #AC60A6. Grayscale: #808080. Windows color (decimal): -11296935 or 5873491. OLE color: 5873491.

HSL color Cylindrical-coordinate representation of color #539F59: hue angle of 124.74º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539F59 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB8315989-
CMYK0.4800.440.38
HSL124.74º31.4%47.45%-
HSV(B)124.74º47.8%62.35%-
XYZ17.7727.3613.8-
YUV128.3105.8295.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=25.08%
G=48.04%
B=26.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83159890.4800.440.38124.7431.447.45
Hex539F593002C267d1f2f
Octal12323713160054461753757
Binary10100111001111110110011100000101100100110111110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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