#539E56

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

Shades of Fruit Salad #539E56

Tints of Fruit Salad #539E56

Color information

#539E56 (or 0x539E56) is unknown color: approx Fruit Salad. HEX triplet: 53, 9E and 56. RGB value is (83,158,86). Sum of RGB (Red+Green+Blue) = 83+158+86=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #539E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E56 is #AC61A9. Grayscale: #7F7F7F. Windows color (decimal): -11297194 or 5676627. OLE color: 5676627.

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

Color convert

RGB8315886-
CMYK0.4700.460.38
HSL122.4º31.12%47.25%-
HSV(B)122.4º47.47%61.96%-
XYZ17.4726.9613.09-
YUV127.37104.6596.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 158 (62.11% from 255) = 48.32%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=25.38%
G=48.32%
B=26.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83158860.4700.460.38122.431.1247.25
Hex539E562F02E267a1f2f
Octal12323612657056461723757
Binary10100111001111010101101011110101110100110111101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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