#539D56

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

Shades of Fruit Salad #539D56

Tints of Fruit Salad #539D56

Color information

#539D56 (or 0x539D56) is unknown color: approx Fruit Salad. HEX triplet: 53, 9D and 56. RGB value is (83,157,86). Sum of RGB (Red+Green+Blue) = 83+157+86=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #539D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D56 is #AC62A9. Grayscale: #7E7E7E. Windows color (decimal): -11297450 or 5676371. OLE color: 5676371.

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

Color convert

RGB8315786-
CMYK0.4700.450.38
HSL122.43º30.83%47.06%-
HSV(B)122.43º47.13%61.57%-
XYZ17.326.6213.03-
YUV126.78104.9896.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 157 (61.72% from 255) = 48.16%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=25.46%
G=48.16%
B=26.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83157860.4700.450.38122.4330.8347.06
Hex539D562F02D267a1f2f
Octal12323512657055461723757
Binary10100111001110110101101011110101101100110111101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,157,86); }

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

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

 a { background-color: rgb(83,157,86); }

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

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

 span { border-color: rgb(83,157,86); }

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