#539F5A

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

Shades of Fruit Salad #539F5A

Tints of Fruit Salad #539F5A

Color information

#539F5A (or 0x539F5A) is unknown color: approx Fruit Salad. HEX triplet: 53, 9F and 5A. RGB value is (83,159,90). Sum of RGB (Red+Green+Blue) = 83+159+90=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #539F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F5A is #AC60A5. Grayscale: #808080. Windows color (decimal): -11296934 or 5939027. OLE color: 5939027.

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

Color convert

RGB8315990-
CMYK0.4800.430.38
HSL125.53º31.4%47.45%-
HSV(B)125.53º47.8%62.35%-
XYZ17.8127.3714.02-
YUV128.41106.3295.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 159 (62.5% from 255) = 47.89%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=25%
G=47.89%
B=27.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83159900.4800.430.38125.5331.447.45
Hex539F5A3002B267e1f2f
Octal12323713260053461763757
Binary10100111001111110110101100000101011100110111111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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